Skip to content

Commit 234d90d

Browse files
committed
Merge pull request #350 from alphagov/fix-incorrect-ignore-exception
Fix incorrect class name in ignore_exceptions config
2 parents e013675 + 20200e7 commit 234d90d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/appsignal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default: &defaults
1616
# Exceptions that should not be recorded by AppSignal
1717
ignore_exceptions:
1818
- ActionDispatch::ParamsParser::ParseError
19-
- ActionDispatch::BadRequest
19+
- ActionController::BadRequest
2020
- ActionController::InvalidAuthenticityToken
2121
- ActionController::RoutingError
2222
- ActiveRecord::RecordNotFound

0 commit comments

Comments
 (0)