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
{{ message }}
This repository was archived by the owner on May 21, 2026. It is now read-only.
We're experiencing an issue where requests made through the client have all headers removed, including a trace ID header we use to associate requests in our logs. We see in the code where the headers are being removed. Ideally, we would like to have the client keep all headers by default, or at least be able to specify certain headers (like the trace ID) that the client will keep on requests.
We're experiencing an issue where requests made through the client have all headers removed, including a trace ID header we use to associate requests in our logs. We see in the code where the headers are being removed. Ideally, we would like to have the client keep all headers by default, or at least be able to specify certain headers (like the trace ID) that the client will keep on requests.