ApplicationInsights-JS
ApplicationInsights-JS copied to clipboard
Microsoft Application Insights SDK for JavaScript
## Problem The `_extConfig` definition in `AnalyticsPlugin.ts` (line 124) and `defaultValues` (lines 55-72) were using the broad `IConfig & IConfiguration` interface, which is "technically not correct" as noted in issue...
[BUG] AI web sdk is using user-agent in request header to determine the OS not reading from context
**Description/Screenshot** I am using Web insight sdk in my react native application and web application. while in web the user agent is getting passed correctly so we are getting OS...
Changes made in https://github.com/microsoft/ApplicationInsights-JS/pull/2504 (https://github.com/microsoft/ApplicationInsights-JS/commit/b5a24d524bc0cae3c48c7010d88cef5f982449c8) introduced an issue when evaluating if events exist inside `trackElementsType` list . `element.control && _clickCaptureElements[element.control.tagName.toUpperCase()` proceeds the array values instead of array indexes.
**Description/Screenshot** We are using Application insights to log from frontend and application insights is associated to resource group with Monitoring Metrics Publisher role assigned. Which requires an authentication to be...
**Description/Screenshot** `@microsoft/applicationinsights-web` breaks Angular SSR in Cloudflare Worker by 1. redefining "name" property, which is not allowed by CF Worker and 2. make the rendering stuck (page not loading) for...
**Description/Screenshot** The code which defines _extConfig (lines 124 and defaults (55...72) in AnalyticsPlugin.ts is "technically" not correct -- this really requires a "new" interface to be defined which identifies that...
This PR adds TypeDoc links to all configuration tables in README files throughout the repository, making it easier for developers to access detailed interface documentation. ## Changes Made ### Main...
Review all of the README.md files and identify the tables which are describing the configuration descriptions - Add a link for the configuration type name to point to its definition...
## Issue Source maps were not including references to the original TypeScript (*.ts) files, but rather were referencing the rewritten JavaScript (*.js) files from the build process. This issue occurred...