Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpanOptions

An interface that describes the available options for creating a span in general.

Hierarchy

Index

Properties

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.

Generated using TypeDoc