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
[PATCH] [bug] Fix ignored at argument in two instances of
`withSpan`
In two cases, the signature for `withSpan` included the `at` parameter
to override the starting timestamp on the span, but it was being ignored
and `DefaultTracerClock.now` was being used instead.
0 commit comments