We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf109e0 commit baed655Copy full SHA for baed655
Sources/Tracing/TracerProtocol.swift
@@ -71,7 +71,7 @@ public protocol Tracer: LegacyTracer {
71
72
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) // for TaskLocal ServiceContext
73
extension Tracer {
74
- /// Start a new span with the given service context.
+ /// Start a new span with the current, or the explicitly passed, service context.
75
///
76
/// The current task-local `ServiceContext` is picked up and provided to the underlying tracer.
77
/// It is also possible to pass a specific `context` explicitly, in which case attempting
0 commit comments