class ElasticAPM::Instrumenter

def stop

def stop
  debug 'Stopping instrumenter'
  self.current_transaction = nil
  current_spans.pop until current_spans.empty?
  @subscriber.unregister! if @subscriber
end