lib/honeybadger/config/defaults.rb in honeybadger-2.1.6.beta.1 vs lib/honeybadger/config/defaults.rb in honeybadger-2.2.0.beta.1
- old
+ new
@@ -269,9 +269,14 @@
:'sidekiq.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: false,
+ type: Boolean
+ },
:'sinatra.enabled' => {
description: 'Enable Sinatra auto-initialization.',
default: true,
type: Boolean
}