SentrySpanContext class
Properties
-
description
↔ String?
-
Longer description of the span's operation, which uniquely identifies the span but is
consistent across instances of the span.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
operation
↔ String
-
Short code identifying the type of operation the span is measuring
getter/setter pair
-
origin
↔ String?
-
The origin of the span indicates what created the span.
getter/setter pair
-
parentSpanId
↔ SpanId?
-
Id of a parent span
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
spanId
↔ SpanId
-
Span id
getter/setter pair
-
traceId
↔ SentryId
-
Determines which trace the Span belongs to
getter/setter pair