apple / swift-distributed-tracing

Instrumentation library for Swift server applications
https://swiftpackageindex.com/apple/swift-distributed-tracing/main/documentation/tracing
Apache License 2.0
224 stars 34 forks source link

Update to Sendable Baggage #60

Closed ktoso closed 2 years ago

slashmo commented 2 years ago

@ktoso This will be tagged as 0.3.0 though, right?

ktoso commented 2 years ago

Yeah this would be 0.3 of tracing -- that works right? Also for your Tracer impls

slashmo commented 2 years ago

Yeah this would be 0.3 of tracing -- that works right? Also for your Tracer impls

Yep, OpenTelemetry Swift already supports Sendable, so for me personally it doesn't make a difference if this is gonna be tagged as 0.2.3 or 0.3.0, but we should still do 0.3.0 as the experience might differ for others and it's nice to have release versions of the Baggage and Tracing repos aligned.

ktoso commented 2 years ago

yeah it makes sense to tag them in unison