lib/honeybadger/config/defaults.rb in honeybadger-2.2.0 vs lib/honeybadger/config/defaults.rb in honeybadger-2.3.0
- old
+ new
@@ -221,10 +221,10 @@
default: [].freeze,
type: Array
},
:'exceptions.rescue_rake' => {
description: 'Enable rescuing exceptions in rake tasks.',
- default: true,
+ default: !STDOUT.tty?,
type: Boolean
},
:'exceptions.source_radius' => {
description: 'The number of lines before and after the source when reporting snippets.',
default: 2,