ApplicationInsights-JS
ApplicationInsights-JS copied to clipboard
Microsoft Application Insights SDK for JavaScript
**Description/Screenshot** **IMPORTANT:** I created this issue with the assumption that my issues lay elsewhere. The comments ended up helping find the root cause of this issue and uncovered the bug....

**Description/Screenshot** Our app crash and check appInsight log show this two traces message below, and I was trying to google around to see what might cause it, but can't find...
Hi, I was wondering is there the ability to prevent logs with status code 308 (HEAD method) and static files requests. I tried some things within react app like :...
AI: 64 message:"One of telemetry initializers failed, telemetry item will not be sent: TypeError" props:"{exception:[object Error]{ stack: 'TypeError: Cannot read properties of undefined (reading 'properties')\n at http://localhost:60016/main.js:30818:48\n at _self. [as...
Hi, How do I share an application insights instance that has been created via the .NET application insights package with my typescript frontend? I know that I could create another...
**Problem description** We need a telemetry type that is similar to `customEvent`, but that has an `id` and a `duration` (and probably a `success: boolean`). In other words, something that...
try to add appInsights in an angular project following https://software-ranjit.medium.com/how-to-integrate-azure-application-insights-to-an-angular-application-15ffff977cc6, and get error: NullInjectorError: No provider for AppInsightsSku! What should I do? Thanks
Application insight disable local auth. can not use application insight JavaScript SDK
**Is your feature request related to a problem? Please describe.** I am using this trackEvent to log my app event, but anything in `properties` show up in the log is...