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 947e9f1 commit ce7aaa5Copy full SHA for ce7aaa5
Sources/Tracing/NoOpTracer.swift
@@ -25,7 +25,7 @@ public struct NoOpTracer: LegacyTracer {
25
/// Creates a no-op tracer.
26
public init() {}
27
28
- /// Start a new span using the global bootstrapped tracer reimplementation.
+ /// Start a new span using the global bootstrapped tracer implementation.
29
/// - Parameters:
30
/// - operationName: The name of the operation being traced. This may be a handler function, database call, ...
31
/// - context: The `ServiceContext` providing information on where to start the new ``Span``.
0 commit comments