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
fix: allow the agent to accept multiple versions of legacy NR distributed tracing headers (#1489)
* Initial implementation and unit tests
* Remove unreachable and obsolete code and tests associated with AcceptDistributedTracePayload
* More cleanup
* Forgot one cleanup item
/// This is the key-part that the agent recognizes when trying to find a DistributedTracePayload, typically passed as a KeyValuePair in the header of a request.
16
+
/// Per the agent specs, the agent should accept the following variants of the header key name: newrelic, NEWRELIC, Newrelic
0 commit comments