Skip to content

Commit 27128d6

Browse files
authored
Fix mention of renamed variable (#2251)
1 parent 7702905 commit 27128d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ class Configuration
116116

117117
# Rails catches exceptions in the ActionDispatch::ShowExceptions or
118118
# 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.
119+
# When `report_rescued_exceptions` is true (it is by default), Sentry will
120+
# report exceptions even when they are rescued by these middlewares.
121121
attr_accessor :report_rescued_exceptions
122122

123123
# Some adapters, like sidekiq, already have their own sentry integration.

0 commit comments

Comments
 (0)