Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed Jun 26, 2024
1 parent 069de02 commit e5c3166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-rails/lib/sentry/rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Railtie < ::Rails::Railtie
app.config.middleware.insert_after ActionDispatch::DebugExceptions, Sentry::Rails::RescuedExceptionInterceptor
end

# because the extension works by registering the around_perform callcack, it should always be ran
# because the extension works by registering the around_perform callback, it should always be run
# before the application is eager-loaded (before user's jobs register their own callbacks)
# See https://github.com/getsentry/sentry-ruby/issues/1249#issuecomment-853871871 for the detail explanation
initializer "sentry.extend_active_job", before: :eager_load! do |app|
Expand Down

0 comments on commit e5c3166

Please sign in to comment.