From 81202a4aeaa02a58e785f275cc2f4dc48760129e Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 12 Feb 2026 10:08:25 +0100 Subject: [PATCH] chore(react-native): Change Alpha version Warning to Beta --- .../react-native/manual-setup/app-start-error-capture.mdx | 4 ++-- docs/platforms/react-native/migration/v7-to-v8.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/platforms/react-native/manual-setup/app-start-error-capture.mdx b/docs/platforms/react-native/manual-setup/app-start-error-capture.mdx index 1255d4c19e300..399eaa01c64e3 100644 --- a/docs/platforms/react-native/manual-setup/app-start-error-capture.mdx +++ b/docs/platforms/react-native/manual-setup/app-start-error-capture.mdx @@ -4,9 +4,9 @@ sidebar_order: 50 description: "Learn how to capture app start errors and crashes that occur before JavaScript loads using native initialization." --- - + -Sentry React Native SDK v8 is currently in alpha testing. This feature is available for early adopters and may undergo changes before the stable release. +Sentry React Native SDK v8 is currently in beta testing. This feature is available for early adopters and may undergo changes before the stable release. diff --git a/docs/platforms/react-native/migration/v7-to-v8.mdx b/docs/platforms/react-native/migration/v7-to-v8.mdx index f53e610cb17c5..c176950c2f4ee 100644 --- a/docs/platforms/react-native/migration/v7-to-v8.mdx +++ b/docs/platforms/react-native/migration/v7-to-v8.mdx @@ -6,7 +6,7 @@ description: "Learn how to migrate from version 7 to version 8 of the Sentry Rea -**Version 8 is currently in alpha.** This migration guide is provided for early adopters. The API and features may change before the stable release. +**Version 8 is currently in beta.** This migration guide is provided for early adopters. The API and features may change before the stable release.