exception_notification
exception_notification copied to clipboard
no longer notify about 404 or InvalidAuthenticityToken errors
Looks like something in Rails changed, as response.status is now a string and not an int. I made sure the incude?() comparison works and also stopped notifying about 422-based errors.
Oh man, I was just wanting to solve this issue myself, sick of emails about 422!
this can now be done easily, see https://github.com/smartinez87/exception_notification/issues/389