Releases: apple/swift-distributed-tracing
Releases · apple/swift-distributed-tracing
0.1.4
0.1.3
Updated:
SpanStatus.CannonicalCode
has been removed in favor ofSpanStatus.Code
(#31)
Fixed:
- The context version of
withSpan
now delegates to the baggage version of this function (#36) - A "dead" link in the README file has been fixed (#35, credit to @MrCull)
For details on the changes please refer to the 0.1.3 milestone
0.1.2
Fixed:
- When using
withSpan
,span.end()
is now correctly called on the happy path (#33, credit to @JensAyton)
For details on the changes please refer to the 0.1.2 milestone