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 6678bae commit df632adCopy full SHA for df632ad
Sources/Tracing/Span.swift
@@ -584,7 +584,7 @@ extension SpanAttributes: ExpressibleByDictionaryLiteral {
584
// MARK: Span Status
585
586
/// Represents the status of a finished Span. It's composed of a status code in conjunction with an optional descriptive message.
587
-public struct SpanStatus {
+public struct SpanStatus: Equatable {
588
public let code: Code
589
public let message: String?
590
0 commit comments