class Sentry::Span

def to_baggage

Returns:
  • (String, nil) -
def to_baggage
  transaction.get_baggage&.serialize
end