Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RootSpanOptions

An interface that describes the available options for creating root spans.

Hierarchy

Index

Properties

name

name: string

Optional skipFrames

skipFrames: undefined | number

The number of stack frames to skip when collecting call stack information for the span, starting from the top; this should be set to avoid including frames in the plugin. Defaults to 0.

Optional traceContext

traceContext: string | null

The serialized form of an object that contains information about an existing trace context, if it exists.

Optional url

url: undefined | string

Generated using TypeDoc