We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f97b4 commit 1ef37b8Copy full SHA for 1ef37b8
sentry-rails/lib/sentry/rails/configuration.rb
@@ -48,10 +48,11 @@ module Rails
48
"ActionController::NotImplemented",
49
"ActionController::ParameterMissing",
50
"ActionController::RoutingError",
51
+ "ActionController::TooManyRequests"
52
"ActionController::UnknownAction",
53
"ActionController::UnknownFormat",
- "ActionDispatch::Http::MimeNegotiation::InvalidType",
54
"ActionController::UnknownHttpMethod",
55
+ "ActionDispatch::Http::MimeNegotiation::InvalidType",
56
"ActionDispatch::Http::Parameters::ParseError",
57
"ActiveRecord::RecordNotFound"
58
].freeze
0 commit comments