ApplicationInsights-JS
ApplicationInsights-JS copied to clipboard
Microsoft Application Insights SDK for JavaScript
**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...
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...
**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...
**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...
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.
[BUG] Application Insights JavaScript(Web) SDK v3 using deprecated APIs affecting lighthouse score
Application Insights JavaScript(Web) SDK v3 using deprecated APIs affecting lighthouse score best practices. Please suggest some way to remove this issue. [ ](url)
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 { //...