Closed
Description
Problem Statement
As brought to our attention by @sl0thentr0py (and getsentry/sentry-python#1507), there might be cases in which we append an empty baggage
header to outgoing requests. This contradicts the W3C spec.
Solution Brainstorm
- Identify if this could happen
- Don't add the header if it's empty