TracingConfig
type TracingConfig = object;Properties
Section titled “Properties”apiKey?
Section titled “apiKey?”optional apiKey?: string;includeTaskAndTurnSpans?
Section titled “includeTaskAndTurnSpans?”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.