-
-
Couldn't load subscription status.
- Fork 1.7k
why beforeSend can not handle transaction event
#5428
-
hey guys
I thought beforeSend would handle all events, but I see from the code that it seems to filter the events for transction type
Is this a feature or a bug?
Why can't beforeSend handle events of type transction or how do I configure it if I want to handle this type of event?
Beta Was this translation helpful? Give feedback.
All reactions
Hey! This is an intentional feature.
See the rationale behind the decision here: https://develop.sentry.dev/sdk/performance/#interaction-with-beforesend-and-event-processors
Replies: 1 comment 1 reply
-
Hey! This is an intentional feature.
See the rationale behind the decision here: https://develop.sentry.dev/sdk/performance/#interaction-with-beforesend-and-event-processors
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
To filter out transactions, use the event processor api available in the sdk.
Beta Was this translation helpful? Give feedback.