Skip to content

Commit 3969480

Browse files
authored
Update dynamic-sampling-context.mdx
1 parent 4290f78 commit 3969480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/traces/dynamic-sampling-context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Any values on the DSC should be propagated "as is" - this includes values like "
171171
SDKs should recognize incoming requests as "instrumented" or "traced" when at least one of the following applies:
172172

173173
- The incoming request has a `sentry-trace` header
174-
- The incoming request has a `baggage` header containing one or more keys starting with "`sentry-`"
174+
- The incoming request has a `sentry-trace` header and `baggage` header containing one or more keys starting with "`sentry-`"
175175

176176
After the DSC of a particular trace has been frozen, API calls like `set_user` should have no effect on the DSC.
177177

0 commit comments

Comments
 (0)