Closed
Description
We want to make sure to send the org_id in baggage with outgoing requests, so that other SDKs can verify strict trace continuation.
- The org id can be extracted from the DSN via regex, see https://develop.sentry.dev/sdk/telemetry/traces/#stricttracecontinuation
- Optionally users should be able to pass
orgId
to their sentry init, which should take precedence if set (this is really more of a edge case/power user thing - on saas, DSN extraction should always work!) - If nothing can be found/extracted, no baggage entry should be set
- This should be sent both in browser as well as in node.
Metadata
Metadata
Assignees
Labels
No labels