lib/honeybadger/config/defaults.rb in honeybadger-4.12.2 vs lib/honeybadger/config/defaults.rb in honeybadger-5.0.0.beta1
- old
+ new
@@ -298,9 +298,14 @@
:'sinatra.enabled' => {
description: 'Enable Sinatra auto-initialization.',
default: true,
type: Boolean
},
+ :'rails.subscriber_ignore_sources' => {
+ description: "Sources (strings or regexes) that should be ignored when using the Rails' (7+) native error reporter.",
+ default: [],
+ type: Array
+ },
:'resque.resque_retry.send_exceptions_when_retrying' => {
description: 'Send exceptions when retrying job.',
default: true,
type: Boolean
},