Closed fabianfett closed 1 year ago
For adopters that implement the TracerProtocol we should offer a default implementation for the LegacyTracerProtocol, so that they don't need to worry about it at all.
TracerProtocol
LegacyTracerProtocol
@swift-server-bot add to allowlist
@swift-server-bot test this please
The issue is right, but the fix is slightly different, done in: https://github.com/apple/swift-distributed-tracing/pull/112
Thanks!
Motivation
For adopters that implement the
TracerProtocol
we should offer a default implementation for theLegacyTracerProtocol
, so that they don't need to worry about it at all.Changes
LegacyTracerProtocol
implementation onTracerProtocol