Skip to content

Commit 8db96cd

Browse files
authored
Merge pull request #3321 from newrelic/prerelease_updates_9.23.0-pre
Prerelease 9.23.0-pre
2 parents 50da25c + 4eb64ca commit 8db96cd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

lib/new_relic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module NewRelic
77
module VERSION # :nodoc:
88
MAJOR = 9
9-
MINOR = 22
9+
MINOR = 23
1010
TINY = 0
1111

1212
STRING = "#{MAJOR}.#{MINOR}.#{TINY}"

newrelic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)