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 a64a0ab commit 217dbe5Copy full SHA for 217dbe5
Sources/Tracing/TracerProtocol.swift
@@ -60,7 +60,7 @@ public protocol Tracer: LegacyTracer {
60
line: UInt
61
) -> Self.Span
62
63
- /// Retrieve the recording span for the given `ServiceContext`.
+ /// Retrieve the active span for the given `ServiceContext`.
64
///
65
/// - Note: This API does not enable look up of already finished spans.
66
/// It was added retroactively with a default implementation returning `nil` and therefore isn't guaranteed to be implemented by all `Tracer`s.
0 commit comments