Nev
Nev
I can sign up as well, I'm a JS approver and a JS Web sandbox Maintainer and a member of the Client RUM Sig
The issue is that for backward compatibility we are targeting "es3" to ensure that we don't introduce breaking changes that cause consumers of the App Insights SDK which happen to...
We have temporarily worked around this by creating our own "applicationinsights-shims" module which provides the needed __assign() and __extends() implementations, however, this requires our consumers to also include this module...
Agree we shouldn't "shutdown" on unload, but we should perform a synchronous flush to ensure all telemetry is sent -- unless we have some sort of backing store (disk for...
For browsers runtimes, there is not a lot of choice to ensure that we can get traces of the box, general options are - synchronous XHR (blocks UI, but also...
Based on what I investigated and reported in Jan, the -1 is working as expected by blocking the "onload" to be delayed. For the case of modern browsers still loading...
Yes, if your runtime is using requirejs you need to update the "src" to use the ".gbl" version... As part of the upcoming beta release (v3.x.x) we are considering changing...
Not stale as this is part of a larger issue like #2888
> Closed as inactive. Feel free to reopen if this PR is still being worked on. Don't have the ability (permissions) to re-open...
`another group working on the browser specific things right now` -- yes, browserstack request no (at least not yet)