class ElasticAPM::OpenTracing::Tracer
def context_from_child_of(child_of)
def context_from_child_of(child_of) return unless child_of child_of.respond_to?(:context) ? child_of.context : child_of end
def context_from_child_of(child_of) return unless child_of child_of.respond_to?(:context) ? child_of.context : child_of end