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
pass Datadog's internal shared tests for 128-bit trace IDs (#41)
* don't propagate invalid _dd.p.tid
* "_dd.propagation_error:malformed_tid xxxxx"
* 128-bit trace IDs contain unix timestamp
* always include _dd.p.tid with 128-bit trace IDs
* manual.keep and manual.drop are not special
* note when _dd.p.tid disagrees with trace ID
* note when _dd.p.tid cannot be parsed
* work around the poorly named "-Wunused-lambda-capture"
* capture unit test case context
* work around a spurious compiler warning
* Permit unused-lambda-capture on Clang only. It doesn't exist in GCC.
0 commit comments