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
I’ve modified the beforeSend event of Sentry’s React SDK to achieve 1 event per 1 issue. That means no events will be ever grouped in an issue. I've done this since events can’t be resolved individually. Will it increase my billing? and is it a bad approach?
I used the event_id as the fingerprint to achieve 1 event per 1 issue:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’ve modified the beforeSend event of Sentry’s React SDK to achieve 1 event per 1 issue. That means no events will be ever grouped in an issue. I've done this since events can’t be resolved individually. Will it increase my billing? and is it a bad approach?
I used the event_id as the fingerprint to achieve 1 event per 1 issue:
https://docs.sentry.io/platforms/javascript/guides/react/usage/sdk-fingerprinting/
Beta Was this translation helpful? Give feedback.
All reactions