class ElasticAPM::Instrumenter::TransactionInfo

def current=(transaction)

def current=(transaction)
  Thread.current[KEY] = transaction
end