Hi,
Application insights limits are outlined here: https://learn.microsoft.com/en-us/azure/azure-monitor/service-limits#application-insights. To understand if your event was lost due to throttling you would have to evaluate the period you where expecting the event against these limits. If you have hit these limits contacting Microsoft support would be the best option as they will up these limits if possible.
However, I note that these logs are coming from a frontend client application. This is important as these apps run in a much more variable environment and therefore it is possible that these logs were dropped due to a transient issue on the client side or a network issue. It maybe worth exploring this as a potential as well.
It being a client side app I'd review the importance of this data and if there are other ways of logging it to app insights through a medium you control such as a backend API. This will give a greater guarantee that the data will be sent and ingested.
Hope this is helpful.