Skip to content

Custom fingerprint frequent, non-actionable exceptions

Robert Speicher requested to merge rs-exclude-exceptions into master

This custom fingerprints a number of exceptions in our Sentry configuration that are both frequent and non-actionable, in order to group them by exception class and message, rather than cause, which usually ends up with hundreds of Rack::Timeout::RequestTimeoutException entries, for example.

Edited by Robert Speicher

Merge request reports