Skip to content

Commit

Permalink
Merge pull request #180 from nikz/ignore-sidekiq-exception
Browse files Browse the repository at this point in the history
Adds internal Sidekiq class to default ignore list
  • Loading branch information
nikz committed May 9, 2024
2 parents e422aec + bb20864 commit ce2dd08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/raygun/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ def self.proc_config_option(name)
'CGI::Session::CookieStore::TamperedWithCookie',
'ActionController::UnknownAction',
'AbstractController::ActionNotFound',
'Mongoid::Errors::DocumentNotFound']
'Mongoid::Errors::DocumentNotFound',
'Sidekiq::JobRetry::Skip']

DEFAULT_FILTER_PARAMETERS = [ :password, :card_number, :cvv ]

Expand Down

0 comments on commit ce2dd08

Please sign in to comment.