You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…baggage) (#16305)
Adds the organization ID to the DSC (dynamic sampling context). This
will add the org ID as `sentry-org_id` to the baggage.
This org ID is parsed from the DSN. With the `orgId` option it's
possible to overwrite the automatically parsed organization ID.
closes#16290
We want to make sure to send the org_id in baggage with outgoing requests, so that other SDKs can verify strict trace continuation.
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!)The text was updated successfully, but these errors were encountered: