Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering duplicate events #1112

Open
nicksterious opened this issue Nov 12, 2022 · 0 comments
Open

Filtering duplicate events #1112

nicksterious opened this issue Nov 12, 2022 · 0 comments

Comments

@nicksterious
Copy link

Sometimes there are bots that detect a 500 on a page and keep sending requests probing for vulnerabilities basically generating thousands and thousands of reports to Rollbar of the same exception.

Is there a way to limit / throttle the same exception from being sent thousands of times in a few seconds? eg

Rollbar.configure do |config|
  # ...
  # don't report the same exception more than once every minute
  config.throttle_duplicate_reports = 1.minutes
  # ...
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant