Options for span creation.
readonly
optional
attributes: Readonly<Record<string, SpanAttributeValue>>
Initial attributes to set on the span.
Since 0.2.0
readonly
optional
parentContext: TelemetryContext
Optional parent context for span parenting.
When set, the real implementation uses this as the OTel parent context.