Skip to content

Commit 30bac7e

Browse files
committed
Add missing require
This is most likely a bug in ActiveJob/Zeitwerk setup or something.
1 parent 0e08fb5 commit 30bac7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry-rails/app/jobs/sentry/send_event_job.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# frozen_string_literal: true
22

33
if defined?(ActiveJob)
4+
require "active_job/base"
5+
46
module Sentry
57
parent_job =
68
if defined?(::ApplicationJob) && ::ApplicationJob.ancestors.include?(::ActiveJob::Base)

0 commit comments

Comments
 (0)