Relatively often we have hit an issue which is firing repeatedly which has flooded our quota rendering sentry useless for a month.
Sometimes because it’s part of a websocket operation which fires very regularly other times it has been because of a recursive issue.
One way to stop the issue from flooding our quota while it is not resolved is to “delete and discard” the issue. Is this a good way of avoiding this? Ideally we would just like to rate limit on a per error basis such that the same error should never reach above say 500 over a period of 24 hours. Is there any way to do this?