ApplicationInsights-JS icon indicating copy to clipboard operation
ApplicationInsights-JS copied to clipboard

Microsoft Application Insights SDK for JavaScript

Results 219 ApplicationInsights-JS issues
Sort by recently updated
recently updated
newest added

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...

enhancement

update the documentation on the readme (and add some typedoc) to include all of the retryable error codes

documentation

**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...

documentation

**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`. ![image](https://github.com/microsoft/ApplicationInsights-JS/assets/7732437/bce40425-986f-4ed6-8fc0-a39aecfbd5dc) ![image](https://github.com/microsoft/ApplicationInsights-JS/assets/7732437/df79e986-b673-4fb0-b0db-6e0068158ff7) **Steps to reproduce** - go to playground https://codepen.io/krystof-matejka/pen/LYoYBQw - replace `connectionString` on line 21...

investigating

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...