Add changelog entries for PR #3776

This commit is contained in:
Aleix Conchillo Flaqué
2026-02-19 10:52:31 -08:00
parent bae4211369
commit 8e52df7f03

View File

@@ -0,0 +1 @@
- Added `start_time` and `end_time` parameters to `start_ttfb_metrics()`, `stop_ttfb_metrics()`, `start_processing_metrics()`, and `stop_processing_metrics()` in `FrameProcessor` and `FrameProcessorMetrics`, allowing custom timestamps for metrics measurement. `STTService` now uses these instead of custom TTFB tracking.