diff --git a/sentry-rails/lib/sentry/rails/configuration.rb b/sentry-rails/lib/sentry/rails/configuration.rb index 35e273fcf..ce385408c 100644 --- a/sentry-rails/lib/sentry/rails/configuration.rb +++ b/sentry-rails/lib/sentry/rails/configuration.rb @@ -116,8 +116,8 @@ class Configuration # Rails catches exceptions in the ActionDispatch::ShowExceptions or # ActionDispatch::DebugExceptions middlewares, depending on the environment. - # When `rails_report_rescued_exceptions` is true (it is by default), Sentry - # 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. attr_accessor :report_rescued_exceptions # Some adapters, like sidekiq, already have their own sentry integration.