Skip to content

Commit 73661f4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Traces in TwP mode should have the same duration as regular traces.
107107
For example, a TwP trace for a backend server should generally last for the duration of one individual request.
108108
This usually corresponds with the lifetime of an isolation scope (or current scope created within the isolation scope).
109109

110-
SDKs in TwP mode must store trace data in a way that it can be attached to events and propagated to outgoing requests.
111-
The exact storage mechanism is up to the SDK implementation but it is recommended to use the same mechanism as for regular traces.
110+
SDKs in TwP mode must store trace data in a way that makes it possible for them to be attached to events and propagated to outgoing requests.
111+
The exact storage mechanism is up to the SDK implementation, but we recommended using 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

114114
On a related note, the `propagationContext` should be populated with a random `traceId` and `spanId` if no incoming trace is present.

0 commit comments

Comments
 (0)