From 27128d6e3557e58ec78ce59be8481c0fe52888fc Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Wed, 21 Feb 2024 10:52:48 +0100 Subject: [PATCH] Fix mention of renamed variable (#2251) --- sentry-rails/lib/sentry/rails/configuration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.