Skip to content

Report number of times an exception happened #5813

Answered by AbhiPrasad
mayfield asked this question in Q&A
Discussion options

You must be logged in to vote

I want to do my own throttling and then report to sentry with the number of times an event/error/etc occurred so that this number from the Issues page goes up accordingly.

This is not a supported use case, as issues are entirely created and managed by the Sentry backend. SDKs are only responsible for sending individual events to Sentry, and include no metadata about the issue created. This is also because grouping/fingerprint controls are done server-side (the SDK does not create groupings of events -> issues ahead of time), that's done on the server.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mayfield
Comment options

Answer selected by mayfield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants