You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
Core or SDK?
Platform/SDK
Which part? Which one?
JavaScript related SDK
Description
The Event Payload Optional Attributes states:
However,
event.transaction
not only exists during exceptions, but also transactions (e.g.beforeSendTransaction(event)
hook.Suggested Solution
Update statement to be more specific, what the
transaction
key is, how the value is generated and that it's not exclusive to exceptions.The text was updated successfully, but these errors were encountered: