Skip to content

Commit 16145f4

Browse files
Trace context is required for transactions (#11456)
* Trace context is required for transactions * Update develop-docs/sdk/event-payloads/contexts.mdx * Update develop-docs/sdk/event-payloads/contexts.mdx Co-authored-by: Anton Pirker <[email protected]> --------- Co-authored-by: Anton Pirker <[email protected]>
1 parent 70c68e0 commit 16145f4

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

619619
## Trace Context
620620

621-
Additional information that allows Sentry to connect multiple transactions, spans, and/or errors into one trace.
621+
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.
622622

623623
`trace_id`
624624

0 commit comments

Comments
 (0)