We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b57e00 commit 3a5b74aCopy full SHA for 3a5b74a
1 file changed
Sources/AsyncHTTPClient/RequestBag+Tracing.swift
@@ -22,7 +22,7 @@ import Tracing
22
extension RequestBag.LoopBoundState {
23
24
/// Starts the "overall" Span that encompases the beginning of a request until receipt of the head part of the response.
25
- mutating func startRequestSpan<T>(tracer: T?) {
+ mutating func startRequestSpan(tracer: (any Sendable)?) {
26
guard #available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *),
27
let tracer = tracer as! (any Tracer)?
28
else {
0 commit comments