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

**Description/Screenshot** Every time I run Angular apps in a debugger, with app insights dependencies, I get a long spew of source map failure lines, like This is not impacting runtime...

released - NPM

**Description/Screenshot** Application insight API key is showing deprecated and the support will end in march 2026. As the entra ID authentication is still not enabled for "ApplicationInsights JavaScript web SDK",...

stale

> [!NOTE] > This is an early POC and draft. I'm looking for feedback and working through the best way to approach this addition. References https://github.com/microsoft/ApplicationInsights-JS/issues/2383 ## Todo - [...

The current `trackMetric` API takes an object where the property `average` shows up in the portal as `valueSum` and the internal documentation states that it is the [value or average](https://github.com/microsoft/ApplicationInsights-JS/blob/3a1fdb18d7cd9536f11de91f61957f283c7811c5/shared/AppInsightsCommon/src/Interfaces/IMetricTelemetry.ts#L15-L19)....

enhancement

**Description/Screenshot** ApplicationInsights Channel (Sender) endpoint Url Promise is pending and not resolved for Version 3.3.0, 3.3.1 and 3.3.2

fixed - waiting release
waiting - CDN deployment
released - NPM

**Description/Screenshot**[BUG] I have deployed application insight spfx extenstion to 50 intranet sites(sharepoint sites). This is capturing the data properly when users access the site from browser. But it doesn't work...

Changes made in https://github.com/microsoft/ApplicationInsights-JS/pull/2504 (b5a24d524bc0cae3c48c7010d88cef5f982449c8) appear to have introduced an issue when evaluating if events have come from known HTML objects. This appears to be due to a new array...

We are using applicationinsights react plugin and click analytics to capture click events. In my local environment click events are triggered and sent to Azure AI, but in my staging/production...