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
Right now, HTTP headers are stored as list type span attribute with one item. If there are repeated headers, they are joined with a comma as (being implemented in #2266). We could instead preserve each header value as a separate string.
Right now, HTTP headers are stored as list type span attribute with one item. If there are repeated headers, they are joined with a comma as (being implemented in #2266). We could instead preserve each header value as a separate string.
Current behavior:
Proposed behavior
This may require changing some public signatures or adding new overloads to keep backward compatibility.
The text was updated successfully, but these errors were encountered: