Class: Pantomath::Instrumentation::Sidekiq::Adapter

Inherits:
Object
  • Object
show all
Defined in:
lib/pantomath/instrumentation/sidekiq/adapter.rb

Instance Method Summary collapse

Instance Method Details

#call(*args) ⇒ Object



10
11
12
# File 'lib/pantomath/instrumentation/sidekiq/adapter.rb', line 10

def call(*args)
  tracer(*args).trace { yield }
end