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.** Adding the an option to the `track` method that disables property truncation. **Describe the solution you'd like** I currently use...

enhancement

In Outlook, from telemetry we are seeing hundreds of thousands of errors a week "TypeError: Cannot read properties of null (reading '0')" with callstack webpack://owa/node_modules/@microsoft/1ds-post-js/dist-es5/HttpManager.js sendType 536 webpack://owa/node_modules/@microsoft/1ds-post-js/dist-es5/HttpManager.js _canSendPayload 456...

oneDs

**Is your feature request related to a problem? Please describe.** We recently implemented front-end application insights with the requirement that we ship all console logs to application insights. This doesn't...

enhancement

**Description/Screenshot** The `properties` parameter is of type `{[key: string]: string}` https://github.com/microsoft/ApplicationInsights-JS/blob/ed8632ae113cc7d013be825af05e1204b74a895f/shared/AppInsightsCommon/src/Interfaces/IAppInsights.ts#L28 Per the README.md, "objects are okay too". https://github.com/microsoft/ApplicationInsights-JS/blob/ed8632ae113cc7d013be825af05e1204b74a895f/README.md?plain=1#L270-L284 **Expected behavior** Testing reveals that nested objects are handled just fine...

investigation required
keep

There's a plugin and example for CfgSync, but no docuementation. Furthermore, the example project in this repo can't be built (nor run) since it relies on private microsoft NPM packages.

documentation

Application Insights JavaScript(Web) SDK v3 using deprecated APIs affecting lighthouse score best practices. Please suggest some way to remove this issue. [![Image](https://github.com/user-attachments/assets/4743785b-5c2a-4117-99f8-e1e5f3e7456b) ](url)

stale

import { LightningElement, track, api } from 'lwc'; import createCase from '@salesforce/apex/CaseCreationController.createCase'; import uploadFile from '@salesforce/apex/CaseCreationController.uploadFile'; import { ShowToastEvent } from 'lightning/platformShowToastEvent'; export default class ParkEntryApplication extends LightningElement { //...

stale