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
If set to `True`, the SDK will only continue a trace if the organization ID of the incoming trace found in the
384
+
`baggage` header matches the organization ID of the current Sentry client.
385
+
386
+
The client's organization ID is extracted from the DSN or can be set with the <PlatformLinkto={'/configuration/options#org_id'}>`org_id` option</PlatformLink>.
387
+
388
+
If the organization IDs do not match, the SDK will start a new trace instead of continuing the incoming one.
389
+
This is useful to prevent traces of unknown third-party services from being continued in your application.
390
+
391
+
</SdkOption>
392
+
393
+
<SdkOptionname="org_id"type='str'>
394
+
395
+
An optional organization ID for your Sentry project.
396
+
397
+
The SDK will try to extract the organization ID from the DSN. If it cannot be found, or if you need to override it (if you use Relay or self-hosted),
398
+
you can provide the ID with this option.
399
+
400
+
The organization ID is used for features like <PlatformLinkto="/configuration/options#strictTraceContinuation">strict trace continuation</PlatformLink>.
0 commit comments