(this: Tracer, options: {
readonly name: string
readonly parent: Option.Option<AnySpan>
readonly annotations: Context.Context<never>
readonly links: Array<SpanLink>
readonly startTime: bigint
readonly kind: SpanKind
readonly root: boolean
readonly sampled: boolean
})
| 27 | */ |
| 28 | export interface Tracer { |
| 29 | span(this: Tracer, options: { |
| 30 | readonly name: string |
| 31 | readonly parent: Option.Option<AnySpan> |
| 32 | readonly annotations: Context.Context<never> |
no outgoing calls
no test coverage detected