Skip to content

Commit

Permalink
Fix incorrect class name in igore_exceptions config
Browse files Browse the repository at this point in the history
The correct name for the class is ActionController::BadRequest
and not ActionDispatch::BadRequest.
  • Loading branch information
pixeltrix committed Jul 22, 2015
1 parent 61844f9 commit 20200e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/appsignal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default: &defaults
# Exceptions that should not be recorded by AppSignal
ignore_exceptions:
- ActionDispatch::ParamsParser::ParseError
- ActionDispatch::BadRequest
- ActionController::BadRequest
- ActionController::InvalidAuthenticityToken
- ActionController::RoutingError
- ActiveRecord::RecordNotFound
Expand Down

0 comments on commit 20200e7

Please sign in to comment.