Interface TraceOptions

interface TraceOptions {
    sendNotification?: boolean;
    traceFormat?: TraceFormat;
}

Properties

sendNotification?: boolean
traceFormat?: TraceFormat