Selection criteria for traces with include and exclude filters

interface TraceSelection {
    exclude?: TraceFilter;
    include: TraceFilter;
}

Properties

Properties

exclude?: TraceFilter

Traces that match this filter will be excluded

include: TraceFilter

Traces that match this filter will be included