You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails 6.1 includes a new exception ActionDispatch::Http::MimeNegotiation::InvalidType (rails/rails#40353) that should be added to list of default ignored exceptions.
This new exception can't be caught in a Rails app via rescue_from as the error occurs too early in the call stack. See the Rails discussion for additional details.
Currently when this exception is caught with the exception_notificaition gem the following is shown in the error report:
-------------------------------
Request:
-------------------------------
ERROR: Failed to generate exception summary:
Rails 6.1 includes a new exception
ActionDispatch::Http::MimeNegotiation::InvalidType
(rails/rails#40353) that should be added to list of default ignored exceptions.This new exception can't be caught in a Rails app via
rescue_from
as the error occurs too early in the call stack. See the Rails discussion for additional details.Currently when this exception is caught with the
exception_notificaition
gem the following is shown in the error report:Additional discussion can be found at rails/rails#37620
The text was updated successfully, but these errors were encountered: