Class: Siftly::Instrumentation::NullInstrumenter
- Inherits:
-
Object
- Object
- Siftly::Instrumentation::NullInstrumenter
- Defined in:
- lib/siftly/instrumentation.rb
Instance Method Summary collapse
Instance Method Details
#instrument(_event, payload = {}) {|payload| ... } ⇒ Object
6 7 8 |
# File 'lib/siftly/instrumentation.rb', line 6 def instrument(_event, payload = {}) yield(payload) if block_given? end |