Skip to content

Commit 30681b8

Browse files
cleptriclizokm
andauthored
Update develop-docs/sdk/telemetry/traces/tracing-without-performance.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent c939cf2 commit 30681b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/traces/tracing-without-performance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If an SDK in TwP mode doesn't receive an incoming trace, it should start a new t
8888
In this case, the new trace is not sampled (as in, there is no sampling decision, neither positive nor negative).
8989
Instead, the sampling decision is _deferred_ to the next downstream SDK.
9090

91-
This means that
91+
This means that:
9292

9393
- the SDK must not include a sampled flag in the [`sentry-trace` header](../#header-sentry-trace), meaning the header has the format `<traceId>-<spanId>`.
9494
More details on the [sampled flag](../#the-sampled-value).

0 commit comments

Comments
 (0)