We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e08fb5 commit 30bac7eCopy full SHA for 30bac7e
sentry-rails/app/jobs/sentry/send_event_job.rb
@@ -1,6 +1,8 @@
1
# frozen_string_literal: true
2
3
if defined?(ActiveJob)
4
+ require "active_job/base"
5
+
6
module Sentry
7
parent_job =
8
if defined?(::ApplicationJob) && ::ApplicationJob.ancestors.include?(::ActiveJob::Base)
0 commit comments