Skip to content

Commit 87d2526

Browse files
committed
Fix configuration to include TooManyRequests error
1 parent 839ef5f commit 87d2526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-rails/lib/sentry/rails/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module Rails
4848
"ActionController::NotImplemented",
4949
"ActionController::ParameterMissing",
5050
"ActionController::RoutingError",
51-
"ActionController::TooManyRequests"
51+
"ActionController::TooManyRequests",
5252
"ActionController::UnknownAction",
5353
"ActionController::UnknownFormat",
5454
"ActionController::UnknownHttpMethod",

0 commit comments

Comments
 (0)