class ElasticAPM::Transaction

def max_spans_reached?(config)

def max_spans_reached?(config)
  started_spans > config.transaction_max_spans
end