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 7702905 commit 27128d6Copy full SHA for 27128d6
sentry-rails/lib/sentry/rails/configuration.rb
@@ -116,8 +116,8 @@ class Configuration
116
117
# Rails catches exceptions in the ActionDispatch::ShowExceptions or
118
# ActionDispatch::DebugExceptions middlewares, depending on the environment.
119
- # When `rails_report_rescued_exceptions` is true (it is by default), Sentry
120
- # will report exceptions even when they are rescued by these middlewares.
+ # When `report_rescued_exceptions` is true (it is by default), Sentry will
+ # report exceptions even when they are rescued by these middlewares.
121
attr_accessor :report_rescued_exceptions
122
123
# Some adapters, like sidekiq, already have their own sentry integration.
0 commit comments