You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Tracing/SpanProtocol.swift
+1-3
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
/// resource that must be started, accumulate all possible information from the span's duration, and ended exactly once.
32
32
///
33
33
/// - SeeAlso: For more details refer to the [OpenTelemetry Specification: Span](https://github.com/open-telemetry/opentelemetry-specification/blob/v0.7.0/specification/trace/api.md#span) which this type is compatible with.
34
-
publicprotocolSpan:_SwiftTracingSendableSpan{
34
+
publicprotocolSpan:Sendable{
35
35
/// The read-only `ServiceContext` of this `Span`, set when starting this `Span`.
0 commit comments