Skip to content

Commit

Permalink
Merge pull request #344 from alphagov/ignore-params-parser-errors
Browse files Browse the repository at this point in the history
Ignore 400 Bad Request type errors
  • Loading branch information
alanth committed Jul 22, 2015
2 parents 41301c8 + e135360 commit 3bfefd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/appsignal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ default: &defaults

# Exceptions that should not be recorded by AppSignal
ignore_exceptions:
- ActionDispatch::ParamsParser::ParseError
- ActionDispatch::BadRequest
- ActionController::InvalidAuthenticityToken
- ActionController::RoutingError
- ActiveRecord::RecordNotFound
Expand Down

0 comments on commit 3bfefd6

Please sign in to comment.