From baa9b4fc97fe1d99a3da71ef4292b669f549bd4a Mon Sep 17 00:00:00 2001 From: Colton Blake Date: Wed, 5 Nov 2025 15:13:50 -0500 Subject: [PATCH 1/3] add note about react native private beta --- .../sdks/react-native/react-native-replay.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx b/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx index 0ed7dee48a..d7fe27e5f5 100644 --- a/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx +++ b/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx @@ -2,6 +2,10 @@ import { Callout } from "nextra/components"; # React Native Session Replay + +React Native Session Replay is currently in invite-only Private Beta. Please reach out to your Account Manager for any questions about Session Replay or React Native Beta access. + + Mixpanel's React Native Session Replay SDK enables you to capture and analyze user interactions in your mobile applications. Built as a Turbo Module for React Native's New Architecture, it provides native implementations for both iOS and Android with a unified JavaScript API. ## Features From 7eb175552cc7966f29dc3884a9353fefbbc2fc07 Mon Sep 17 00:00:00 2001 From: Colton Blake Date: Wed, 5 Nov 2025 15:52:33 -0500 Subject: [PATCH 2/3] "or support" --- .../tracking-methods/sdks/react-native/react-native-replay.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx b/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx index d7fe27e5f5..4c6f0cf9e5 100644 --- a/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx +++ b/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx @@ -3,7 +3,7 @@ import { Callout } from "nextra/components"; # React Native Session Replay -React Native Session Replay is currently in invite-only Private Beta. Please reach out to your Account Manager for any questions about Session Replay or React Native Beta access. +React Native Session Replay is currently in invite-only Private Beta. Please reach out to your Account Manager or Support for any questions about Session Replay or React Native Beta access. Mixpanel's React Native Session Replay SDK enables you to capture and analyze user interactions in your mobile applications. Built as a Turbo Module for React Native's New Architecture, it provides native implementations for both iOS and Android with a unified JavaScript API. From d1e9e75e6934bd25e94d0fced1e116e19d561ca1 Mon Sep 17 00:00:00 2001 From: djmixpanel <122127729+djmixpanel@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:24:12 -0500 Subject: [PATCH 3/3] Update react-native-replay.mdx --- .../tracking-methods/sdks/react-native/react-native-replay.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx b/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx index 4c6f0cf9e5..87211394fa 100644 --- a/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx +++ b/pages/docs/tracking-methods/sdks/react-native/react-native-replay.mdx @@ -1,6 +1,6 @@ import { Callout } from "nextra/components"; -# React Native Session Replay +# Implement Session Replay (React Native) - Beta React Native Session Replay is currently in invite-only Private Beta. Please reach out to your Account Manager or Support for any questions about Session Replay or React Native Beta access.