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
This commit is contained in:
Aleix Conchillo Flaqué
2026-02-24 11:26:34 -08:00
parent 57d25c564c
commit b4b9976b9c
2 changed files with 21 additions and 11 deletions

1
changelog/3808.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `SentryMetrics` method signatures to match updated `FrameProcessorMetrics` base class, resolving `TypeError` when using `start_time`/`end_time` keyword arguments.