We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4290f78 commit 3969480Copy full SHA for 3969480
develop-docs/sdk/telemetry/traces/dynamic-sampling-context.mdx
@@ -171,7 +171,7 @@ Any values on the DSC should be propagated "as is" - this includes values like "
171
SDKs should recognize incoming requests as "instrumented" or "traced" when at least one of the following applies:
172
173
- The incoming request has a `sentry-trace` header
174
-- The incoming request has a `baggage` header containing one or more keys starting with "`sentry-`"
+- The incoming request has a `sentry-trace` header and `baggage` header containing one or more keys starting with "`sentry-`"
175
176
After the DSC of a particular trace has been frozen, API calls like `set_user` should have no effect on the DSC.
177
0 commit comments