-
-
Notifications
You must be signed in to change notification settings - Fork 225
Document Contexts.trace #244
Comments
@rhcarvalho could you confirm that? thanks. |
Similar fields, but not the same as a span. The trace context contains data about the transaction ("transaction span", "root span" of a tree). |
I see
so Ideally we'd need to document properly what a |
In terms of fields, |
One specific point that needs clarification is where the
Sentry UI can deal with either arbitrary unknown fields in |
I see we got a bit side-tracked in the conversation here. Copying from getsentry/sentry-cocoa#1065 (comment) below The trace context is just part of the transaction that is not a top-level event field. The fields are:
And note that |
@rhcarvalho on Java, the |
If Java is sending those in the "trace context" Relay will accept it (as it accepts unknown keys for forward-compatibility) but it has no use, so just wasting bytes. |
Relates to #320 |
https://develop.sentry.dev/sdk/event-payloads/contexts/
Apparently, it's the same as a Span, that's what I learn here https://develop.sentry.dev/sdk/event-payloads/transaction/#contextstrace
if so, it'd be nice to add an Entry to the Contexts page and link to the Spans one
@brustolin
The text was updated successfully, but these errors were encountered: