Skip to content

Commit

Permalink
Don't send SignalExceptions to Sentry.
Browse files Browse the repository at this point in the history
These don't represent app issues so let's not log them to Sentry.

Some teams have all their Sentry events going to Slack and these have
been making the noise even worse than it need be.
  • Loading branch information
sengi committed Feb 13, 2024
1 parent 610289a commit ebffe7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/govuk_app_config/govuk_error/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def set_up_defaults
"Sinatra::NotFound",
"Slimmer::IntermittentRetrievalError",
"Sidekiq::JobRetry::Skip",
"SignalException",
]

# This will exclude exceptions that are triggered by one of the ignored
Expand Down

0 comments on commit ebffe7d

Please sign in to comment.