ApplicationInsights-JS
ApplicationInsights-JS copied to clipboard
Microsoft Application Insights SDK for JavaScript
**Description/Screenshot** 1. We are implement the custom logic in Dynamics CRM for Page on load and on save to capture the performance in application insight telemetry. 2. But Duration values...
**Description/Screenshot** When client successfully calls ARM to get subscriptions with a skip toke (call results in 200), the following exception appears in app insights: e(a,t,r,n){ie(): AI (Internal): 18 message:"Failed to...
In an unattended web application, that is supposed to be up and running for about a day, with a nightly automatic refresh, we are getting some strange errors. The npm...
**Description/Screenshot** I've installed the [basic version using NPM](https://github.com/microsoft/ApplicationInsights-JS#application-insights-web-basic), but attempting to initialise results in a JS error in the DevTools console: ``` index.js:34 Uncaught TypeError: _self.getSKUDefaults is not a function...
**Description/Screenshot** In the ReadMe of applicationinsights-clickanalytics-js, there are two configuration urlCollectQuery and urlCollectHash. But after I set these two configuration as true, the uri in the event data still doesn't...
**Description/Screenshot** We have an ASP.NET Framework site hosted on Azure App Services where the Application Insights SDK gets injected using the 'APPINSIGHTS_JAVASCRIPT_ENABLED' configuration option. We recently noticed a JavaScript warning...
One of the biggest pains with creating HTML5 applications is that the standard is not completely finalized and hence some of the tags and styles are not always supported on...
Add callbacks for `onSuccess` and `onError`.
**Description/Screenshot** Using ApplicationInsights SDK on a React Next.js application. I am trying to disable the cookie usage due to an issue with Azure WAF. In WAF logs, some requests are...
Stack trace used to show up in this "details" section from azure insights UI:  The user was using chrome 92, so shouldn't be a browser issue where it just...