app/jobs/sentry/send_event_job.rb in sentry-rails-5.20.1 vs app/jobs/sentry/send_event_job.rb in sentry-rails-5.21.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
if defined?(ActiveJob)
module Sentry
parent_job =
if defined?(::ApplicationJob) && ::ApplicationJob.ancestors.include?(::ActiveJob::Base)
::ApplicationJob