We're using rollbar to publish exceptions from client installations (out of our control). Sometimes we're noticing thousands of exceptions being published and as far as I'm aware we can't stop them from rollbar's end.
I've tried rate limiting but this is pretty useless as it just results in one user filling the quota and all valid notifications there after being ignored.
We're using rollbar to publish exceptions from client installations (out of our control). Sometimes we're noticing thousands of exceptions being published and as far as I'm aware we can't stop them from rollbar's end.
I've tried rate limiting but this is pretty useless as it just results in one user filling the quota and all valid notifications there after being ignored.
The following seems like it's rollbar's solution for filtering requests before they get published to the API: https://rollbar.com/docs/filter-or-ignore-errors-from-bots/
Would it be possible to add support for this?
You could probably just add the following to the config file and update the provider: