Skip to content

TracingConfig

type TracingConfig = object;
optional apiKey?: string;

optional includeTaskAndTurnSpans?: boolean;

Whether runner-created task and turn spans are included in traces.

Defaults to true. Set to false to keep the existing agent, model, tool, guardrail, and handoff spans without the additional task/turn hierarchy.