Skip to content

Commit

Permalink
Merge pull request #401 from paulrnash/patch-1
Browse files Browse the repository at this point in the history
Fix two doc bugs
  • Loading branch information
jondeandres committed Apr 19, 2016
2 parents 2844e6a + 624a3d6 commit 08fc06d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ By default, the notifier will "scrub" the following fields from payloads before
- ```:password_confirmation```
- ```:secret```
- ```:confirm_password```
- ```:password_confirmation```
- ```:secret_token```

And the following http header
Expand Down Expand Up @@ -434,7 +433,7 @@ If you'd like to customize this list, modify the example code in ```config/initi

```ruby
config.exception_level_filters.merge!({
'ActiveRecord::RecordNotFound' => 'ignore',
'ActionController::RoutingError' => 'ignore',
'NoMethodError' => 'critical'
})
```
Expand Down

0 comments on commit 08fc06d

Please sign in to comment.