Class: Rollbar::Sidekiq::ClearScope
- Inherits:
-
Object
- Object
- Rollbar::Sidekiq::ClearScope
- 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 |