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/event-payloads/contexts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ The following example illustrates the contexts part of the <Link to="/sdk/event-

## Trace Context

Additional information that allows Sentry to connect multiple transactions, spans, and/or errors into one trace.
Additional information that allows Sentry to connect multiple transactions, spans, and/or errors into one trace. Trace context is required for transactions which will be dropped by relay if trace context is missing.

`trace_id`

Expand Down
Loading