ApplicationInsights-JS
ApplicationInsights-JS copied to clipboard
Microsoft Application Insights SDK for JavaScript
# Missing Telemetry When Switching Tabs - Request for AbortController Integration ## **Problem Description** I'm experiencing missing telemetry data when users switch tabs, with the beacon API disabled as it...
In am trying to disable the dependency events but I am unable to find how to do this. In the `applicationinsights` module this can be disabled using `enableAutoCollectDependencies = false`....
**Description/Screenshot** When running from Chrome, Edge and Safari headers for requests and responses are not getting sent by the SDK to App Insights (confirmed by inspecting traces using Fiddler). When...
Hi Team, In micro frontend (MFE) architectures, several independently deployed MFEs can operate on a single host page. Currently, the @microsoft/applicationinsights-web SDK doesn’t offer a straightforward way to determine which...
**Description/Screenshot** When one of the dependency listeners returns false, the includeCorrelationHeaders function, from the ajax.ts file, is removing all the headers. **Steps to Reproduce** 1. Add a dependency listener that...
The current ICookieMgr created via the createCookieMgr function in the Shared/AppInsightsCore package will only write cookies when cookies are enabled, and when they are not it will cache the values...
Updates all async unit tests in the `extensions/applicationinsights-dependencies-js` directory to use the modern `asyncQueue` pattern instead of the deprecated `testCaseAsync`. reference link https://github.com/microsoft/ApplicationInsights-JS/pull/2544
updates all async unit tests in the AISKU directory to use the modern asyncQueue pattern instead of the deprecated testCaseAsync. reference link https://github.com/microsoft/ApplicationInsights-JS/pull/2544 Example of the Pattern Change: before: ```...