class ElasticAPM::Instrumenter

def stop

def stop
  current_transaction.release if current_transaction
  @subscriber.unregister!
end