From a32fb7f9401731ee74d4759975bc64d1d7859d25 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Mon, 27 Feb 2023 15:00:26 +0100 Subject: [PATCH 1/2] Add app start measurements naming note --- .../instrumentation/automatic-instrumentation.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx b/src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx index 2e24a83103f7b..4d15f93a219e7 100644 --- a/src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx +++ b/src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx @@ -292,7 +292,13 @@ If you don't [wrap your root component with Sentry](#wrap-your-root-component), -The SDK differentiates between a cold and a warm start, but doesn't track hot starts/resumes. +The SDK differentiates between a cold and a warm start, but doesn't track hot starts/resumes. The measurements are available under `measurements.app_start_warm` and `measurements.app_start_cold`. + + + +For SDKs from version `4.4.0` to `5.0.0` the app start measurements are available under `measurements.app.start.warm` and `measurements.app.start.cold` as custom measurements. + + Cold and warm start are Mobile Vitals, which you can learn about in the [full documentation](/product/performance/mobile-vitals). From 7d9d2c677b0f232ad46988008d63633a168d799f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Mon, 6 Mar 2023 10:11:51 +0100 Subject: [PATCH 2/2] Update src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx Co-authored-by: Liza Mock --- .../performance/instrumentation/automatic-instrumentation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx b/src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx index 4d15f93a219e7..dd180f4fc02df 100644 --- a/src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx +++ b/src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx @@ -292,7 +292,7 @@ If you don't [wrap your root component with Sentry](#wrap-your-root-component), -The SDK differentiates between a cold and a warm start, but doesn't track hot starts/resumes. The measurements are available under `measurements.app_start_warm` and `measurements.app_start_cold`. +The SDK differentiates between a cold and a warm start, but doesn't track hot starts or resumes. The measurements are available under `measurements.app_start_warm` and `measurements.app_start_cold`.