Skip to content

Commit c93add7

Browse files
committed
Clarify org setting
1 parent e79e54a commit c93add7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

develop-docs/sdk/telemetry/traces/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ This option disables trace continuation from unknown 3rd party services that hap
7171

7272
If the SDK can parse an org ID from the configured DSN, this value must be propagated as a baggage entry with the key `sentry-org`. Given a DSN of `https://[email protected]/1`, the org ID is `1`, based on `o1`.
7373

74-
On incoming traces, the SDK must compare the `sentry-org` baggage value against its own parsed value from the DSN. Only if both match, the parent sampling decisions applies.
74+
On incoming traces, the SDK must compare the `sentry-org` baggage value against its own parsed value from the DSN. Only if both match, the trace is continued. If there is no match, neither the trace ID, the parent sampling decision nor the baggage should be taken into account.
75+
The SDK should behave like it is the head of trace in this case.
7576

7677
This behavior can be disabled by setting `strictTracePropagation: false` in the SDK init call.
7778
Initially, SDKs should introduce the this option with a default values of `false`.

0 commit comments

Comments
 (0)