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

I am trying to have multiple Application Insights(vesrion 3) with different connection strings using JavaScript(Web) SDK Loader Script on the same HTML page. I have also given different name in...

released - NPM

**Description/Screenshot** When I log IPageViewPerformanceTelemetry part of its is `domProcessing` but its not showing up in the console **Steps to Reproduce** - log IPageViewPerformanceTelemetry with domProcessing property assigned - query...

**Description** Upgrading `@microsoft/applicationinsights-web` from `3.1.2` vs `3.2.1`, we get the following error only on MAC/OS X devices - when using app insights with `React`. > TypeError: Right side of assignment...

**Is your feature request related to a problem? Please describe.** If you have APP 2 as a part of APP 1, there isn't any possibility of collecting clickanalytics events only...

stale

Hello, I am the author of [BlazorApplicationInsights](https://github.com/IvanJosipovic/BlazorApplicationInsights). In my recent update, I am utilizing the updateCfg() function to update the AI settings programmatically when Blazor launches. This appears to have...

**Description/Screenshot** If element contains `id` or `data-id` attribute, result of `contentName` callback is ignored Example: ``` const clickPluginConfig = { autoCapture: true, callback: { contentName: (element: HTMLElement) => { return...

enhancement

**Description/Screenshot** [Documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript-sdk-configuration) for `disableCorrelationHeaders` attribute says > If false, the SDK adds two headers ('Request-Id' and 'Request-Context') to all dependency requests to correlate them with corresponding requests on the server...

enhancement
documentation

I'm working on an application where part of our code is polling a blob, and we're expecting a 404 error until the resource becomes available. While the resource doesn't exist,...

https://github.com/microsoft/applicationinsights-react-js/issues/95