We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41301c8 + e135360 commit 3bfefd6Copy full SHA for 3bfefd6
1 file changed
config/appsignal.yml
@@ -15,6 +15,8 @@ default: &defaults
15
16
# Exceptions that should not be recorded by AppSignal
17
ignore_exceptions:
18
+ - ActionDispatch::ParamsParser::ParseError
19
+ - ActionDispatch::BadRequest
20
- ActionController::InvalidAuthenticityToken
21
- ActionController::RoutingError
22
- ActiveRecord::RecordNotFound
0 commit comments