lib/honeybadger/config/defaults.rb in honeybadger-4.5.6 vs lib/honeybadger/config/defaults.rb in honeybadger-4.6.0
- old
+ new
@@ -277,10 +277,15 @@
:'shoryuken.attempt_threshold' => {
description: 'The number of attempts before notifications will be sent.',
default: 0,
type: Integer
},
+ :'faktory.attempt_threshold' => {
+ description: 'The number of attempts before notifications will be sent.',
+ default: 0,
+ type: Integer
+ },
:'sidekiq.use_component' => {
description: 'Automatically set the component to the class of the job. Helps with grouping.',
default: true,
type: Boolean
},
@@ -293,11 +298,11 @@
description: 'Send exceptions when retrying job.',
default: true,
type: Boolean
},
:'breadcrumbs.enabled' => {
- description: 'Enable/Disable breadcrumb functionality.',
- default: false,
+ description: 'Disable breadcrumb functionality.',
+ default: true,
type: Boolean
},
:'breadcrumbs.active_support_notifications' => {
description: 'Configuration for automatic Active Support Instrumentation events.',
default: Breadcrumbs::ActiveSupport.default_notifications,