Closed ktoso closed 9 months ago
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.
withSpan
at
DefaultTracerClock.now
resolves rdar://122048914
@swift-server-bot test this please
.FileNotFoundError: [Errno 2] No such file or directory: './docker/docker-compose.2204.510.yaml' need to make this I guess
.FileNotFoundError: [Errno 2] No such file or directory: './docker/docker-compose.2204.510.yaml'
In two cases, the signature for
withSpan
included theat
parameter to override the starting timestamp on the span, but it was being ignored andDefaultTracerClock.now
was being used instead.resolves rdar://122048914