From 6b945627fafbb0ceebfb59e7280c3d1ee947f6c3 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Thu, 14 Dec 2023 19:04:34 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b861a977..9369821951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Attaches spans for Application, ContentProvider, and Activities to app-start timings - Uses Process.startUptimeMillis to calculate app-start timings - To enable this feature set `options.isEnablePerformanceV2 = true` +- Move slow+frozen frame calculation, as well as frame delay inside SentryFrameMetricsCollector ([#3100](https://github.com/getsentry/sentry-java/pull/3100)) ### Fixes