Nev
Nev
I've removed the enhancement tag and I'm going to mark as stale as I think this would probably be better as a (v2) "add-on" which would either be injected with...
Looking at your regex and the code that "excludes" the dependencies, I believe that this is correct. i.e. ```excludeRequestFromAutoTrackingPatterns``` means do not report matching entries as dependencies. Are you using...
It's not really a security risk as the iKey itself doesn't provide any permissions of any kind. The only real "risk" is that if a bad actor grabs and reuses...
I believe that the latest NuGet package will (finally) address this issue -- the NuGet publishing is not directly owned by this team.
Currently, there is a hard coded limit on the "number" of events that are temporarily stored in the session storage (of 2000), we could extend this logic to support the...
This generally happens if the payload is too large and the browser doesn't want to accept, the size is browser specific -- 64Kb is the typical size. Generally, unless you...
Correct, depending on the browser (and version) it may cancel, abort or ignore XHR sync requests during the page unload sequence.
This should be working, once the page is loaded where is the added tag (which is added by the snippet) -- it should be the last entry in the section...
loader.js might still get loaded first, but it should not get executed before the SDK (browsers only guarantee execution order based on the script inclusion, but not load order)... Which...
Just a clarification here, it's not AI that does the "blocking" it is the behavior of the browsers based on when the scripts are loaded / executed.... But the above...