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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
HTTP header capture for Network instrumentation.NetworkInstrumentationModuleConfiguration, HttpURLModuleConfiguration and OkHttp3AutoModuleConfiguration now accept capturedRequestHeaders and capturedResponseHeaders to capture specific HTTP headers as span attributes (http.request.header.<name> / http.response.header.<name>). All the headers undergo RFC 7230 header name sanitization.