Closed krynju closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.32%. Comparing base (
675aa79
) to head (006658f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Previously we would serialize
API.INVALID_SPAN_CONTEXT
here if there was no parent, but that would result in a parent span id equal to 0x00, which is technically a valid id Some systems expect no value when a span is the root span and complain if there is a 0x00 span that can't be found, so this fixes the behavior