Package version:

Interface TryAddOptions

The set of options to manually propagate Span context for distributed tracing.

interface TryAddOptions {
    tracingOptions?: any;
}

Properties

Properties

tracingOptions?: any

The options to use when creating Spans for tracing.

Generated using TypeDoc