Class: Rollbar::Sidekiq::ClearScope

Inherits:
Object
  • Object
show all
Defined in:
lib/rollbar/plugins/sidekiq/plugin.rb

Instance Method Summary collapse

Instance Method Details

#call(worker, msg, queue) ⇒ Object



8
9
10
11
12
# File 'lib/rollbar/plugins/sidekiq/plugin.rb', line 8

def call(worker, msg, queue)
  Rollbar.reset_notifier!

  yield
end