Skip to content

Commit 3bfefd6

Browse files
committed
Merge pull request #344 from alphagov/ignore-params-parser-errors
Ignore 400 Bad Request type errors
2 parents 41301c8 + e135360 commit 3bfefd6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/appsignal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ default: &defaults
1515

1616
# Exceptions that should not be recorded by AppSignal
1717
ignore_exceptions:
18+
- ActionDispatch::ParamsParser::ParseError
19+
- ActionDispatch::BadRequest
1820
- ActionController::InvalidAuthenticityToken
1921
- ActionController::RoutingError
2022
- ActiveRecord::RecordNotFound

0 commit comments

Comments
 (0)