Jason Kwon

Results 4 comments of Jason Kwon

Appreciate the quick response! **What version of the SDK are you using?** "@microsoft/applicationinsights-clickanalytics-js": "^3.0.4", "@microsoft/applicationinsights-react-js": "^17.0.2", "@microsoft/applicationinsights-web": "^3.0.4", "node_modules/@microsoft/applicationinsights-web": { "version": "3.0.4", "@microsoft/applicationinsights-react-js": { "version": "17.0.2", "node_modules/@microsoft/applicationinsights-clickanalytics-js": { "version": "3.0.4",...

` sounds like what might be happening is a stack overflow, where something is recursively looping on itself until the entire thing crashes.` Yep this is exactly what I suspect...

Just to close the loop on this, I think my implementation was bad. I created a class where I was initializing app insights for every instance. ![image](https://github.com/microsoft/ApplicationInsights-JS/assets/7274604/2db23136-13d8-4298-b06e-ff05b2a7ac9f) Didn't have a...

Alright _actually_ closing the loop on this. We started diabling the config and enabling one by one, it seems like `disableFlushOnBeforeUnload: true` resolved the issue. I'm unsure of what Flush...