Skip to content

Commit

Permalink
Merge pull request #350 from alphagov/fix-incorrect-ignore-exception
Browse files Browse the repository at this point in the history
Fix incorrect class name in ignore_exceptions config
  • Loading branch information
alanth committed Jul 22, 2015
2 parents e013675 + 20200e7 commit 234d90d
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 234d90d

Please sign in to comment.