Skip to content

Commit

Permalink
Breadcrumbs on by default (honeybadger-io#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidpraxis authored Mar 11, 2020
1 parent 61e2dbf commit 05893c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ adheres to [Semantic Versioning](http://semver.org/).
of the setting
- Dup notify opts before mutating (#345)
### Changed
- Breadcrumbs on by default
- Added Faktory plugin -@scottrobertson

## [4.5.6] - 2020-01-08
Expand Down
4 changes: 2 additions & 2 deletions lib/honeybadger/config/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ class Boolean; end
type: Boolean
},
:'breadcrumbs.enabled' => {
description: 'Enable/Disable breadcrumb functionality.',
default: false,
description: 'Disable breadcrumb functionality.',
default: true,
type: Boolean
},
:'breadcrumbs.active_support_notifications' => {
Expand Down

0 comments on commit 05893c3

Please sign in to comment.