Attributes for the span.
Data for the span.
Optional
descriptionDescription of the Span.
Optional
endTimestamp in seconds (epoch time) indicating when the span ended.
Optional
exclusiveExclusive time in milliseconds.
The instrumenter that created this span.
Optional
measurementsMeasurements of the Span.
Human-readable identifier for the span. Identical to span.description.
Optional
opOperation of the Span.
Optional
originThe origin of the span, giving context about what created the span.
Optional
parentParent Span ID
Optional
sampledWas this span chosen to be sent as part of the sample?
The ID of the span.
Timestamp in seconds (epoch time) indicating when the span started.
Optional
statusCompletion status of the Span.
See: {@sentry/tracing SpanStatus} for possible values
Tags for the span.
The ID of the trace.
Optional
transactionThe transaction containing this span
Creates a new Span
while setting the current Span.id
as parentSpanId
.
Also the sampled
decision will be inherited.
Optional
spanContext: Pick<
Span holding trace_id, span_id