You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/telemetry/traces/tracing-without-performance.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ SDKs in TwP mode must store trace data in a way that it can be attached to event
111
111
The exact storage mechanism is up to the SDK implementation but it is recommended to use the same mechanism as for regular traces.
112
112
Usually this means storing the data on the scope in a field called `propagationContext` as [recommended here](/sdk/telemetry/traces/distributed-tracing/).
113
113
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.
115
115
This—in combination with the `sentry-trace` header specification requiring a `spanId`—has an important implication on the Sentry product:
116
116
A non-existing `spanId` will be propagated along with the trace and attached to events.
117
117
While not ideal, we accept this limitation as the Sentry product can and should handle non-existing (parent) spans anyway.
0 commit comments