Files
pipecat/changelog/3808.fixed.md
Aleix Conchillo Flaqué b4b9976b9c Fix SentryMetrics method signatures to match base class
Update start_ttfb_metrics, stop_ttfb_metrics, start_processing_metrics,
and stop_processing_metrics to accept start_time/end_time keyword
arguments matching the updated FrameProcessorMetrics signatures.

Closes #3808
2026-02-24 11:26:34 -08:00

171 B

  • Fixed SentryMetrics method signatures to match updated FrameProcessorMetrics base class, resolving TypeError when using start_time/end_time keyword arguments.