From 8e52df7f034309f372da3e76a9865cc6bd9b0cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 19 Feb 2026 10:52:31 -0800 Subject: [PATCH] Add changelog entries for PR #3776 --- changelog/3776.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3776.changed.md diff --git a/changelog/3776.changed.md b/changelog/3776.changed.md new file mode 100644 index 000000000..87b5d6128 --- /dev/null +++ b/changelog/3776.changed.md @@ -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.