Nev
Nev
I don't currently have cycles and I'm going to be OOF again in a few weeks, so go for it.
Hey, while I've added the token already we are waiting for clarification on merging from the master branches which have expired CLA values (which is blocking the merging PR's that...
@arminru CLA Issue is now resolved and I no longer need admin privileges.
We also need (should) address the implicit setting / usage of the global context, as this causes issues for multiple components that each want to have their own set of...
The sandbox is still in the process of getting setup -- it's realistically still a few months away before we will be starting to look to how we address this.
Looking at the code for how the exporter base "uses" the `window` to listen for the `unload` event (it should be listening for more and it probably should not be...
The "more" correct approach that the `addSpanNetworkEvents` SHOULD be doing is creating a SINGLE `event` and having the available values as `Attributes`.
Well technically, because your getting the JavaScript exception then request actually completed and your code ran, "but" because you have removed the object references your the callback code triggered the...
We have several mechanisms to handle this (If I'm following correctly), If I assume that the CORS error is coming from the additional headers (eg. `traceparent`) that is added as...
Hmm, I've not heard of that before... This ``` from origin 'http://localhost:3333' has been blocked by CORS policy: Request header field traceparent is not allowed by Access-Control-Allow-Headers in preflight response....