Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion develop-docs/sdk/data-model/event-payloads/contexts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ Additional information that allows Sentry to connect multiple transactions, span

`span_id`

: _Required_. The ID of the span.
: _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.

- Example: `"bb8f278130535c3c"`

Expand Down