class ElasticAPM::TraceContext

def span_id=(span_id)

Deprecated:
  • Use parent_id instead
def span_id=(span_id)
  @parent_id = span_id
end