I am trying to send diagnostic data from within the integration to Azure Application Insights. The package is installed and setup correctly (tested in a standalone web app).
NPM package: "@microsoft/applicationinsights-web": "^2.7.3"
It isn’t sending and seems to hang when trying to send the request:
appInsights.trackTrace( { message: "test" });
Any advice on integrating with app insights is greatly appreciated.