Optional
dataData of the Span.
Optional
descriptionDescription of the Span.
Optional
endTimestamp in seconds (epoch time) indicating when the span ended.
Human-readable identifier for the transaction
Optional
opOperation of the Span.
Optional
parentIf this transaction has a parent, the parent's sampling decision
Optional
parentParent Span ID
Optional
sampledWas this span chosen to be sent as part of the sample?
Optional
spanSpan ID
Optional
startTimestamp in seconds (epoch time) indicating when the span started.
Optional
statusCompletion status of the Span. See: {@sentry/tracing SpanStatus} for possible values
Optional
tagsTags of the Span.
Optional
traceTrace ID
Optional
trimIf true, sets the end timestamp of the transaction to the highest timestamp of child spans, trimming the duration of the transaction. This is useful to discard extra time in the transaction that is not accounted for in child spans, like what happens in the idle transaction Tracing integration, where we finish the transaction after a given "idle time" and we don't want this "idle time" to be part of the transaction.
Generated using TypeDoc
Interface holding Transaction-specific properties