Skip to content

Tracing

Just like the way agents are traced, voice pipelines are also automatically traced.

You can read the tracing doc above for basic tracing information, but you can additionally configure tracing of a pipeline via VoicePipelineConfig.

Key tracing related fields are:

  • tracing_disabled: controls whether tracing is disabled. By default, tracing is enabled.
  • trace_include_sensitive_data: controls whether voice-pipeline spans include potentially sensitive text. When this field is False, transcription spans omit transcripts, STT prompts, and STT keywords, and speech spans omit TTS input text and TTS instructions. The real settings are still sent to the speech models. This field does not control tracing inside your Workflow.
  • trace_include_sensitive_audio_data: controls whether traces include audio data.
  • workflow_name: The name of the trace workflow.
  • group_id: The group_id of the trace, which lets you link multiple traces.
  • trace_metadata: Additional metadata to include with the trace.