An object that includes a trace object that is passed onwards.

This is used by metrics method tracing to link function calls together.

interface TraceOptions {
    trace?: any;
}

Hierarchy (view full)

Properties

Properties

trace?: any