Skip to content

Commit 9d65ac4

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

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
@@ -111,7 +111,7 @@ SDKs in TwP mode must store trace data in a way that it can be attached to event
111111
The exact storage mechanism is up to the SDK implementation but it is recommended to use the same mechanism as for regular traces.
112112
Usually this means storing the data on the scope in a field called `propagationContext` as [recommended here](/sdk/telemetry/traces/distributed-tracing/).
113113

114-
Related, the `propagationContext` should be populated with a random `traceId` and `spanId` if no incoming trace is present.
114+
On a related note, the `propagationContext` should be populated with a random `traceId` and `spanId` if no incoming trace is present.
115115
This—in combination with the `sentry-trace` header specification requiring a `spanId`—has an important implication on the Sentry product:
116116
A non-existing `spanId` will be propagated along with the trace and attached to events.
117117
While not ideal, we accept this limitation as the Sentry product can and should handle non-existing (parent) spans anyway.

0 commit comments

Comments
 (0)