Granular configuration for tracing.

interface TracingConfiguration {
    group_id?: string;
    metadata?: unknown;
    workflow_name?: string;
}

Properties

group_id?: string

The group id to attach to this trace to enable filtering and grouping in the traces dashboard.

metadata?: unknown

The arbitrary metadata to attach to this trace to enable filtering in the traces dashboard.

workflow_name?: string

The name of the workflow to attach to this trace. This is used to name the trace in the traces dashboard.