Skip to content

Commit

Permalink
Maybe try to enforce require of "active_job"
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jan 21, 2025
1 parent 30bac7e commit cd7eb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-rails/app/jobs/sentry/send_event_job.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

if defined?(ActiveJob)
require "active_job/base"
require "active_job"

module Sentry
parent_job =
Expand Down

0 comments on commit cd7eb20

Please sign in to comment.