Skip to content
Merged
Changes from all 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 @@ -618,7 +618,7 @@ The following example illustrates the contexts part of the <Link to="/sdk/data-m

## 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. **Important:** If the trace context is missing, relay will drop the transaction.

`trace_id`

Expand Down
Loading