no airbrake for retries in sidekiq, only failures

This commit is contained in:
Kyle Drake 2024-02-02 14:26:16 -06:00
parent 89be4c0a87
commit 4f3ca20f55

View file

@ -202,3 +202,5 @@ Airbrake.add_filter do |notice|
notice.ignore! if notice.stash[:exception].is_a?(Sinatra::NotFound)
end
Airbrake.add_filter Airbrake::Sidekiq::RetryableJobsFilter.new