Commit b80af1b
authored
[PATCH] [bug] Fix ignored
* [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.
* add testat argument in two instances of withSpan (#139)1 parent f7d3e56 commit b80af1b
File tree
2 files changed
+18
-2
lines changed- Sources/Tracing
- Tests/TracingTests
2 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
372 | 388 | | |
373 | 389 | | |
374 | 390 | | |
| |||
0 commit comments