Francesco Gringl-Novy
Francesco Gringl-Novy
You can find information about trace propagation in general, as well as about how to disable this, here: https://docs.sentry.io/platforms/javascript/guides/node/tracing/trace-propagation/#disabling-distributed-tracing Note that only in Node headers are automatically attached, where CORS...
Note: We need to make sure, if we do this, to also index the `client_os` tag the same way (e.g. for span searches etc). We should verify how many people...
is this something we want to do, realistically? cc @chargome & @billyvg seems relatively high effort to me, but will defer to what you think.
sorry, this has been open for a very long time - is this still relevant to the state of deno today (where we are basically node-compatible)? This has run quite...
Hey, thanks for writing in. We will explore this in more detail once the Nuxt SDK generally stabilizes. We'll definitely look to at least provide proper docs for how to...
I am not 100% sure if it is necessary to backport this to v7 - IMHO this is specialised enough that it appears OK to me to not have this...
OK, I see, that's fine. Then, instead of having this in `@sentry/integrations`, I would generate this from the browser package: 1. Create an entry point there for the integration in...
Regarding 2., `makeMultiplexedTransport` is not exported in the CDN bundle (which is also used by the loader), due to bundle size reasons. From my current POV, we are unlikely to...
1. is def. still open, let's get the PR merged an then we can continue to investigate this!
I merged both PRs, thank you for opening them! We'll include these in the next releases.