class ElasticAPM::Transaction

def current_span

def current_span
  spans.reverse.lazy.find(&:running?)
end