Skip to content

Commit

Permalink
Remove RoutingError from default ignore classes (#308)
Browse files Browse the repository at this point in the history
ActionController::RoutingError is raised when calling a router function that doesnt exist and can generate a 500 page. I think not having this in defaults is safer
  • Loading branch information
snmaynard authored and kattrali committed Aug 1, 2016
1 parent d1445b1 commit b76aa66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bugsnag/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class Configuration
"AbstractController::ActionNotFound",
"ActionController::InvalidAuthenticityToken",
"ActionController::ParameterMissing",
"ActionController::RoutingError",
"ActionController::UnknownAction",
"ActionController::UnknownFormat",
"ActionController::UnknownHttpMethod",
Expand Down

0 comments on commit b76aa66

Please sign in to comment.