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

**Is your feature request related to a problem? Please describe.** Application Insights supports disabling local authentication and requiring all telemetry to be authenticated using Azure AD. This authentication is not...

investigating

**Description/Screenshot** Before enabling `enableAutoRouteTracking`, `_oidcSecurityService.authorize()` will not send any AJAX request and directly redirect browser to the `/authorize` endpoint. Once enabled `enableAutoRouteTracking`, `_oidcSecurityService.authorize()` starts to send AJAX requests to `/.well-known/*`....

**Is your feature request related to a problem? Please describe.** I'm a bit puzzled as to why the authenticatedUserId does not accept a certain set of characters like spaces or...

enhancement

Suggested approach would be to move (or duplicate) the IValueCallback capability to the analytics extension https://github.com/microsoft/ApplicationInsights-JS/blob/3f969761a9654da534b9ab82cf13815b31ffb4ca/extensions/applicationinsights-clickanalytics-js/src/Interfaces/Datamodel.ts#L113-L121 This would enable a callback for SPA applications to programmatically derive the current page...

enhancement
SPA support

I know it was in the release notes and we didn't fully realize the scope of the change. However, when you changed **disableFetchTracking** default to false instead of true, it...

documentation

As mentioned in the[ doc here ](https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript?tabs=snippet#connection-string-setup), support for instrumentation key ingestion will end on March 31, 2025. The [Snippet-based setup](https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript?tabs=snippet#snippet-based-setup) section of the doc has already been updated to...

documentation

**Description/Screenshot** Reading [Application Insights Javascript SDK configuration documentation]( https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript-sdk-configuration) I understood that `ignoreHeaders` can be given as part of config to limit headers being included to dependency telemetry in case...

documentation
released - NPM

**Is your feature request related to a problem? Please describe.** I'm working on a project where we wanted to use the ClickAnalyticsPlugin to capture all click events for analytics. However,...

enhancement

https://github.com/microsoft/ApplicationInsights-JS/issues/2322

enhancement