Skip to content

Commit

Permalink
Ignore more GoodJob queries
Browse files Browse the repository at this point in the history
  • Loading branch information
stympy committed Oct 21, 2024
1 parent d6f76f7 commit 5164d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/honeybadger/config/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Boolean; end
IGNORE_EVENTS_DEFAULT = [
{ event_type: 'sql.active_record', query: /^(begin|commit)( transaction)?$/i },
{ event_type: 'sql.active_record', query: /(solid_queue|good_job)/i },
{ event_type: 'sql.active_record', name: /^GoodJob/ },
{ event_type: 'process_action.action_controller', controller: 'Rails::HealthController' }
].freeze

Expand Down

0 comments on commit 5164d71

Please sign in to comment.