Skip to content

Commit

Permalink
Fix mention of renamed variable (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 authored Feb 21, 2024
1 parent 7702905 commit 27128d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentry-rails/lib/sentry/rails/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 27128d6

Please sign in to comment.