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** When logging in to a SPA / JS application with MSAL (3.0.2) it passes the "code" back in the address bar as a GET parameter. Since upgrading to 3.x...

enhancement

Hello, Using Application Insights Web in a NextJS hybrid application doesn't fully work. It can track events but, on the server side requests, there is no correlation id and the...

> The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our...

documentation
legal

**Is your feature request related to a problem? Please describe.** We are trying to implement Click Analytics in an Angular app and would like to be able to collect click...

enhancement

**Is your feature request related to a problem? Please describe.** There is evidence that Application Insights tracking is being blocked by a 3rd party browser extension such as Ad Blocker...

enhancement

**Description/Screenshot** I'm using ApplicationInsights-JS from within a cordova-based application, which often operates offline for reasonable periods of time. After a fairly small number of offline logs have been collected (e.g.,...

enhancement
offline-support

## Edit So apparantly this isn't a bug, but it's still very confusing since it doesn't work the way that's described in the deocumentation. The documentation needs to be updated...

**Description/Screenshot** Request rejected by AI service when I tried to send track request in browser using `fetch` with `Authorization` header set. ![image](https://github.com/microsoft/ApplicationInsights-JS/assets/9955832/deb2d4a6-f61d-4d82-a61a-117ab20c5138) **Additional context** AI service actually accepts `Authorization` token...

**Description/Screenshot** Trying to track click event but `appInsight.trackEvent(eventName)` return undefined, and will not show up at the log **Steps to Reproduce** 1. npm install package 2. AppInsight file, so I...

We are seeing error status 0 on our appInsight report, after troubleshoot find out it's not really an error on the app side, so is it possible we can remove...

question