Nev
Nev
This normally occurs because there are multiple SDK instances that have been loaded / initialized, each time the SDK is initialized it registers the event handles (the click, mouse down...
> The issue occurs when another site page is opened from a site's news web part. Does this mean that the SDK in both sites gets initialized multiple times? If...
The SDK loaded does not support loading / initializing (directly) multiple SDK instances as (by default) it will always set (and sometimes (race condition) replace the global `appInsights` instance). So...
Hmm, that is a little odd, its sounding like the multiple versions are "sharing" the same config object and therefore as each one is initialized it keeps "adding" to the...
For some context, you will need both the new version "8" (see "sv": "8") of the SDK Loader AND version 3.2.2 of the SDK, if either version does not match...
Yeah, not all of the documentation has been updated yet, it is included on the main readme https://github.com/microsoft/ApplicationInsights-JS/blob/main/tools/grunt-tasks/minifyNames.js and it is included in v1.2.0 of the web-snippet package https://www.npmjs.com/package/@microsoft/applicationinsights-web-snippet (which...
Closing as released
Current think will be that the initial base ES level should be ES2020, so any "older" browsers that don't support at least this level will not be supported. Open to...
Notes on why I'm still thinking that the minimum should be no smaller than (or maybe higher) ES2020 - [BigInt was introduced in ECMAScript 2020 (ES11)](https://www.w3schools.com/jS/js_2020.asp) Based on [nextjs browser...