class ElasticAPM::OpenTracing::ScopeStack

def scopes

def scopes
  Thread.current[KEY] ||= []
end