Skip to content

Commit fe64298

Browse files
markushiLuca Forstner
andauthored
Update develop-docs/sdk/data-model/event-payloads/contexts.mdx
Co-authored-by: Luca Forstner <[email protected]>
1 parent d098349 commit fe64298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/data-model/event-payloads/contexts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ Additional information that allows Sentry to connect multiple transactions, span
628628

629629
`span_id`
630630

631-
: _Required_. The ID of the span or transaction. If there's none available (e.g. in tracing without performance mode), a random span ID must be provided. [See the TwP docs](/sdk/telemetry/traces/tracing-without-performance/#attaching-trace-data-to-events-and-envelopes) for more details.
631+
: _Required_. The ID of the span or transaction. For non-transaction events, and if performance monitoring is disabled, it may still be desired to attach events to a trace via a trace ID. In these cases, you still need to provide a span ID. This span ID can effectively be entirely random and doesn't need to relate to an actual span, however, it is recommended to consider using the same span ID for multiple events within the same unit-of-execution (e.g. a request). [See the TwP docs](/sdk/telemetry/traces/tracing-without-performance/#attaching-trace-data-to-events-and-envelopes) for more details.
632632

633633
- Example: `"bb8f278130535c3c"`
634634

0 commit comments

Comments
 (0)