diff --git a/config/appsignal.yml b/config/appsignal.yml index 4befed4ae..02f23e62d 100644 --- a/config/appsignal.yml +++ b/config/appsignal.yml @@ -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