Hyperlinkv0.8.0-beta.28

Tracer

Tracer.SpanOptionsNoTraceinterfaceeffect/Tracer.ts:241
SpanOptionsNoTrace

Span creation options that do not control stack trace capture, including attributes, links, parent or root selection, annotations, span kind, sampling, and the trace level used for filtering.

options
Source effect/Tracer.ts:24110 lines
export interface SpanOptionsNoTrace {
  readonly attributes?: Record<string, unknown> | undefined
  readonly links?: ReadonlyArray<SpanLink> | undefined
  readonly parent?: AnySpan | undefined
  readonly root?: boolean | undefined
  readonly annotations?: Context.Context<never> | undefined
  readonly kind?: SpanKind | undefined
  readonly sampled?: boolean | undefined
  readonly level?: LogLevel | undefined
}
Referenced by 8 symbols