We monitor our asp.net MVC web application using application insights. We used to just do server side logging, but recently I tried to also start logging client side data as explained here: https://docs.microsoft.com/en-US/azure/application-insights/app-insights-javascript
I added the script to the _layout.cshtml file and when I run the app and check if the object appInsights exists in the chrome dev tools it's up and running and it contains the right application key, but it's not logging any data. All blades in Azure's App Insights report that there's no data.
Any clues?
Regards, Ted