ApplicationInsights-JS
ApplicationInsights-JS copied to clipboard
Microsoft Application Insights SDK for JavaScript
We have an angular application using Application Insights that we're displaying on another site via an iframe and both Chrome and Firefox are warning that in future versions they will...
update the documentation on the readme (and add some typedoc) to include all of the retryable error codes
**Description/Screenshot** Since updating to 3.2.0 we are now getting CSP violations connecting to js.monitor.azure.com. This was not happening in 3.1.2. We are using npm and the javascript initialization, not the...
**Description/Screenshot** I have copied example 3 from the [documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript-feature-extensions?tabs=npmpackage#example-3), but `parentId` attribute is `not_specified`.   **Steps to reproduce** - go to playground https://codepen.io/krystof-matejka/pen/LYoYBQw - replace `connectionString` on line 21...
https://github.com/microsoft/ApplicationInsights-JS/issues/2336
Description/Screenshot We have deployed App insight JS SDK to our Intranet application. It's a SharePoint hub site and multiple sites are associated to this hub site. We have added click...
**Description/Screenshot** One of our Azure SDK packages has a dependency on @microsoft/applicationinsights-web-snippet, after we upgrade from v1.1.2 to v1.2.0, we got this compilation error from TypeScript compiler. Looks that your...
**Description/Screenshot** I'm currently trying to get the new offline channel to work so we don't miss any events when users are offline (in a pwa context). I've pretty much followed...