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

**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....

enhancement

![image](https://github.com/microsoft/ApplicationInsights-JS/assets/7018966/85811685-510a-4b8b-a9a1-a30ee1d7ecd4)

**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...

question

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 :...

question

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...

stale

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...

stale

**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

question
angular

Application insight disable local auth. can not use application insight JavaScript SDK

question

**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...