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.