Skip to content

Commit b825865

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

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
@@ -125,8 +125,8 @@ Note that in the case of using the non-recording span, the span is also not samp
125125

126126
## Historical Context
127127

128-
TwP mode was introduced after SDKs were already capable of sending spans and transactions. Before TwP, SDKs would only handle traces if span sending was enabled and otherwise not attach trace data to any events.
129-
The primary motivation for TwP was to ensure that errors across application or service boundaries are still connected if they occurred in the same trace.
128+
TwP mode was introduced after SDKs were already capable of sending spans and transactions. Before TwP, SDKs would only handle traces if span-sending was enabled. Otherwise, no trace data would be attached to any events.
129+
The primary motivation for TwP was to ensure that errors across application or service boundaries were still connected if they occurred in the same trace.
130130

131131
The name "Tracing without Performance" was chosen because at the time of introduction, we associated spans purely with performance monitoring.
132132
Today, we associate spans with "Tracing" in general, and only (some of) the data from spans with Performance Monitoring.

0 commit comments

Comments
 (0)