Skip to content

Commit

Permalink
Merge pull request #654 from bugsnag/add-actiondispatch-http-mimenego…
Browse files Browse the repository at this point in the history
…tiation-invalidtype-as-info-severity

Classify `ActionDispatch::Http::MimeNegotiation::InvalidType` errors as `info`-level severity
  • Loading branch information
imjoehaines authored Mar 23, 2021
2 parents bee1a0d + 4f37dfd commit 3573dc0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Changelog
=========

## TBD
### Enhancements

* Classify `ActionDispatch::Http::MimeNegotiation::InvalidType` as info severity level
| [#654](https://github.com/bugsnag/bugsnag-ruby/pull/654)

## 6.19.0 (6 January 2021)

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.18.0
6.19.0
1 change: 1 addition & 0 deletions lib/bugsnag/middleware/classify_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class ClassifyError
"ActionController::UnknownAction",
"ActionController::UnknownFormat",
"ActionController::UnknownHttpMethod",
"ActionDispatch::Http::MimeNegotiation::InvalidType",
"ActiveRecord::RecordNotFound",
"CGI::Session::CookieStore::TamperedWithCookie",
"Mongoid::Errors::DocumentNotFound",
Expand Down

0 comments on commit 3573dc0

Please sign in to comment.