lib/bugsnag/middleware/classify_error.rb in bugsnag-6.6.3 vs lib/bugsnag/middleware/classify_error.rb in bugsnag-6.6.4

- old
+ new

@@ -1,5 +1,7 @@ module Bugsnag::Middleware + ## + # Sets the severity to info for low-importance errors class ClassifyError INFO_CLASSES = [ "AbstractController::ActionNotFound", "ActionController::InvalidAuthenticityToken", "ActionController::ParameterMissing",