lib/sentry/rails/active_job.rb in sentry-rails-4.1.2 vs lib/sentry/rails/active_job.rb in sentry-rails-4.1.3

- old
+ new

@@ -1,10 +1,9 @@ module Sentry module Rails module ActiveJobExtensions ALREADY_SUPPORTED_SENTRY_ADAPTERS = %w( ActiveJob::QueueAdapters::SidekiqAdapter - ActiveJob::QueueAdapters::DelayedJobAdapter ).freeze def self.included(base) base.class_eval do around_perform do |job, block|