apiref
minitracer@0.0.0

MiniTracerSpanListener  Class

Signature

export declare class MiniTracerSpanListener 

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the MiniTracerSpanListener class.

Properties

PropertyTypeDescription
parentSetSet<string>
rootIdstring
spanstracing.ReadableSpan[]
timestampnumber

Methods

MethodDescription
dispose()
onEnd(_span)
onStart(span)
toJSON()
toString(options)