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

Correct the default impl for startAnySpan for 5.7 #112

Closed ktoso closed 1 year ago

ktoso commented 1 year ago

Motivation:

We promise a default implementation for Any APIs when you're on Swift 5.7+ but we slightly mistyped the signature resultign in users having to implement it manually

Modifications:

fix signature

Result:

5.7 users don't need to implement startAnySpan