File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# New Relic Ruby Agent Release Notes
22
3- ## dev
3+ ## v9.23.0
44
55- ** Feature: Add sidekiq.ignore_retry_errors configuration option**
66
Original file line number Diff line number Diff line change 66module NewRelic
77 module VERSION # :nodoc:
88 MAJOR = 9
9- MINOR = 22
9+ MINOR = 23
1010 TINY = 0
1111
1212 STRING = "#{ MAJOR } .#{ MINOR } .#{ TINY } "
Original file line number Diff line number Diff line change @@ -331,10 +331,6 @@ common: &default_settings
331331 # If true, disables Sidekiq instrumentation.
332332 # disable_sidekiq: false
333333
334- # 'If true, the agent will ignore exceptions raised during Sidekiq's retry attempts and will only report the
335- # error if the job permanently fails.
336- # sidekiq.ignore_retry_errors: false
337-
338334 # If true, disables agent middleware for Sinatra. This middleware is responsible
339335 # for advanced feature support such as cross application tracing, page load
340336 # timing, and error collection.
@@ -795,6 +791,10 @@ common: &default_settings
795791 # will be included.
796792 # sidekiq.args.include: []
797793
794+ # If true, the agent will ignore exceptions raised during Sidekiq's retry
795+ # attempts and will only report the error if the job permanently fails.
796+ # sidekiq.ignore_retry_errors: false
797+
798798 # If true, the agent collects slow SQL queries.
799799 # slow_sql.enabled: true
800800
You can’t perform that action at this time.
0 commit comments