diff --git a/config/environments/production.rb b/config/environments/production.rb index 86ad6c7479..afa31643d6 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -131,6 +131,7 @@ if notify_exceptions ignored_exceptions = %w( ActionController::BadRequest + ActionDispatch::Http::MimeNegotiation::InvalidType ) + ExceptionNotifier.ignored_exceptions middleware.use ExceptionNotification::Rack,