mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Revert "Use ExceptionNotifier.notify_exception"
This reverts commit 962c7c0908
.
This commit is contained in:
parent
7f51db4ee3
commit
965f8b28ec
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module Sidekiq
|
|||
end
|
||||
|
||||
def send_to_exception_notifier(msg, ex)
|
||||
::ExceptionNotifier.notify_exception(ex, :data => {:message => msg})
|
||||
::ExceptionNotifier::Notifier.background_exception_notification(ex, :data => { :message => msg }).deliver
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue