Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update develop-docs/sdk/event-payloads/contexts.mdx
Co-authored-by: Anton Pirker <[email protected]>
  • Loading branch information
adinauer and antonpirker authored Nov 4, 2024
commit f670586c3153d5bbfeb8870181815ebec8374de6
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. Trace context is required for transactions which will be dropped by relay if trace context is missing.
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