From c0e25ce61586dac661e05128d197819e25c95ac0 Mon Sep 17 00:00:00 2001 From: Olivier Williams <465250+olivier-w@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:44:27 -0400 Subject: [PATCH 1/7] Update React Native banner to Beta --- src/platforms/common/profiling/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/common/profiling/index.mdx b/src/platforms/common/profiling/index.mdx index 8d181c95f12a1..46b58fb99cde4 100644 --- a/src/platforms/common/profiling/index.mdx +++ b/src/platforms/common/profiling/index.mdx @@ -33,7 +33,7 @@ description: "Learn how to enable profiling in your app if it is not already set -React Native Profiling is currently in alpha. Alpha features are still in progress and may have bugs. We recognize the irony. +React Native Profiling is currently in beta. Beta features are still in progress and may have bugs. We recognize the irony. From e32997af90a89886b7975976b50877d243671fc6 Mon Sep 17 00:00:00 2001 From: Olivier Williams <465250+olivier-w@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:06:57 -0400 Subject: [PATCH 2/7] update sdk note --- src/platforms/common/profiling/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/common/profiling/index.mdx b/src/platforms/common/profiling/index.mdx index 46b58fb99cde4..9d812c1f701bb 100644 --- a/src/platforms/common/profiling/index.mdx +++ b/src/platforms/common/profiling/index.mdx @@ -290,7 +290,7 @@ sentry_sdk.init( -Profiling for React Native is available in alpha in SDK versions `5.8.0` and above. +Profiling for React Native is available in beta in SDK versions `5.8.0` and above. From cc29e082db850c2af29a4e45a8a21d9da8469dbe Mon Sep 17 00:00:00 2001 From: Olivier Williams <465250+olivier-w@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:51:28 -0400 Subject: [PATCH 3/7] alpha -> beta --- .../react-native/profiling-onboarding/react-native/0.alert.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wizard/react-native/profiling-onboarding/react-native/0.alert.md b/src/wizard/react-native/profiling-onboarding/react-native/0.alert.md index b4740a9009068..d9f2e1deeef5c 100644 --- a/src/wizard/react-native/profiling-onboarding/react-native/0.alert.md +++ b/src/wizard/react-native/profiling-onboarding/react-native/0.alert.md @@ -1,10 +1,10 @@ --- name: React Native doc_link: https://docs.sentry.io/platforms/react-native/profiling/ -support_level: alpha +support_level: beta type: language ---
-React Native Profiling is currently in alpha, and there may be some bugs. We recognize the irony. +React Native Profiling is currently in beta, and there may be some bugs. We recognize the irony.
From 27183d831fda6379f86a928ec443fcd9ad4da8a2 Mon Sep 17 00:00:00 2001 From: Olivier Williams <465250+olivier-w@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:51:58 -0400 Subject: [PATCH 4/7] alpha -> beta --- .../react-native/profiling-onboarding/react-native/1.install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wizard/react-native/profiling-onboarding/react-native/1.install.md b/src/wizard/react-native/profiling-onboarding/react-native/1.install.md index 86c0cd401da57..7305d2b8fd27b 100644 --- a/src/wizard/react-native/profiling-onboarding/react-native/1.install.md +++ b/src/wizard/react-native/profiling-onboarding/react-native/1.install.md @@ -1,7 +1,7 @@ --- name: React Native doc_link: https://docs.sentry.io/platforms/react-native/profiling/ -support_level: alpha +support_level: beta type: language --- From 82bf19f865d03195a74f3c2044597e67c2ddc1e1 Mon Sep 17 00:00:00 2001 From: Olivier Williams <465250+olivier-w@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:52:19 -0400 Subject: [PATCH 5/7] alpha -> beta --- .../react-native/2.configure-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wizard/react-native/profiling-onboarding/react-native/2.configure-performance.md b/src/wizard/react-native/profiling-onboarding/react-native/2.configure-performance.md index 0425a09dd5259..42a2ab75b8309 100644 --- a/src/wizard/react-native/profiling-onboarding/react-native/2.configure-performance.md +++ b/src/wizard/react-native/profiling-onboarding/react-native/2.configure-performance.md @@ -1,7 +1,7 @@ --- name: React Native doc_link: https://docs.sentry.io/platforms/react-native/profiling/ -support_level: alpha +support_level: beta type: language --- From aabdbad91a6aed987f5bb84025f2b4fce9779e54 Mon Sep 17 00:00:00 2001 From: Olivier Williams <465250+olivier-w@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:52:39 -0400 Subject: [PATCH 6/7] Update 3.configure-profiling.md --- .../profiling-onboarding/react-native/3.configure-profiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wizard/react-native/profiling-onboarding/react-native/3.configure-profiling.md b/src/wizard/react-native/profiling-onboarding/react-native/3.configure-profiling.md index 09d8df99034a3..7ca91f17b5fd6 100644 --- a/src/wizard/react-native/profiling-onboarding/react-native/3.configure-profiling.md +++ b/src/wizard/react-native/profiling-onboarding/react-native/3.configure-profiling.md @@ -1,7 +1,7 @@ --- name: React Native doc_link: https://docs.sentry.io/platforms/react-native/profiling/ -support_level: alpha +support_level: beta type: language --- From ef7f6e58c719fc18c8c770990ad684e35a4bc761 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:42:24 +0000 Subject: [PATCH 7/7] style(lint): Auto commit lint changes --- src/platforms/common/profiling/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platforms/common/profiling/index.mdx b/src/platforms/common/profiling/index.mdx index d574842210d2b..2ca7d8b1da118 100644 --- a/src/platforms/common/profiling/index.mdx +++ b/src/platforms/common/profiling/index.mdx @@ -292,7 +292,6 @@ sentry_sdk.init( Profiling for React Native is available in beta in SDK versions `5.8.0` and above. Currently, it supports profiling the JavaScript layer. Combined profiling with native Android/iOS layers isn't supported at this time. - To enable profiling, set the `profilesSampleRate`: