develop icon indicating copy to clipboard operation
develop copied to clipboard

Document which event fields dont make sense to be set on a transaction

Open marandaneto opened this issue 4 years ago • 1 comments

The docs on transaction mention that "Transactions are Events enriched with Span data". Does it imply that all event fields are valid and make sense on transaction? For example, would having exception data make sense on transaction? Currently, it's not clear what is the actual contract of the transaction payload.

Source https://github.com/getsentry/develop/issues/221

marandaneto avatar Apr 28 '21 08:04 marandaneto

We should list fields that are set on the error event but not for transactions.

Example: IO, exception these are not on transaction.

Update https://develop.sentry.dev/sdk/performance, https://develop.sentry.dev/sdk/event-payloads/transaction/

krystofwoldrich avatar Oct 13 '22 12:10 krystofwoldrich