Skip to content

Commit

Permalink
Add note to changelog about ignore classes changes in 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali authored Oct 9, 2017
1 parent 130fdf7 commit ac5d6dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ Changelog

## 5.4.0 (02 Oct 2017)

This release removes the default setting of ignoring classes of errors which are commonly associated with typos or server signals (`SystemExit`), instead recording them as `info`-level severity by default. This includes the following classes:

```
AbstractController::ActionNotFound,
ActionController::InvalidAuthenticityToken,
ActionController::ParameterMissing,
ActionController::RoutingError,
ActionController::UnknownAction,
ActionController::UnknownFormat,
ActionController::UnknownHttpMethod,
ActiveRecord::RecordNotFound,
CGI::Session::CookieStore::TamperedWithCookie,
Mongoid::Errors::DocumentNotFound,
SignalException,
SystemExit
```

### Enhancements

* Add a one-time warning if the API key is not set
Expand Down

0 comments on commit ac5d6dd

Please sign in to comment.