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
HttpClientTracer.startScope() and .getSetter() are not working in some places because the object we want to inject the header into does not have the same type as the request, e.g. #922 (comment)
If there are a few of these places, it may make sense to add a 3rd generic parameter to HttpClientTracer for HEADERS, to make startScope() and getSetter() more broadly applicable.
The text was updated successfully, but these errors were encountered:
HttpClientTracer.startScope()
and.getSetter()
are not working in some places because the object we want to inject the header into does not have the same type as the request, e.g. #922 (comment)If there are a few of these places, it may make sense to add a 3rd generic parameter to HttpClientTracer for HEADERS, to make
startScope()
andgetSetter()
more broadly applicable.The text was updated successfully, but these errors were encountered: