(
name: string,
parent: Option.Option<AnySpan>,
context: Context.Context<never>,
links: ReadonlyArray<SpanLink>,
startTime: bigint,
kind: SpanKind,
options?: SpanOptions
)
| 26 | export interface Tracer { |
| 27 | readonly [TracerTypeId]: TracerTypeId |
| 28 | span( |
| 29 | name: string, |
| 30 | parent: Option.Option<AnySpan>, |
| 31 | context: Context.Context<never>, |
no outgoing calls
no test coverage detected