You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Baggage header parsing raises an error (invalid value) when we try to parse values like sentry-transaction=HTTP%20GET, which essentially breaks the entire Dynamic Sampling Context propagation.
Opened an issue in opentelemetry-go: open-telemetry/opentelemetry-go#3601
Proposed Solution
We might want to use our vendored implementation and fix the bug there.
The text was updated successfully, but these errors were encountered:
Extracted from #537.
Problem
Baggage header parsing raises an error (
invalid value
) when we try to parse values likesentry-transaction=HTTP%20GET
, which essentially breaks the entire Dynamic Sampling Context propagation.Opened an issue in
opentelemetry-go
: open-telemetry/opentelemetry-go#3601Proposed Solution
We might want to use our vendored implementation and fix the bug there.
The text was updated successfully, but these errors were encountered: