diff --git a/contents/docs/session-replay/_snippets/react-native-installation.mdx b/contents/docs/session-replay/_snippets/react-native-installation.mdx index 48d1698208d5..b2e90ff39468 100644 --- a/contents/docs/session-replay/_snippets/react-native-installation.mdx +++ b/contents/docs/session-replay/_snippets/react-native-installation.mdx @@ -2,8 +2,6 @@ title: React Native session replay --- -> 🚧 **NOTE:** React Native session replay is considered `beta` and is free while in beta. We are keen to gather as much feedback as possible so if you try this out please let us know. You can send feedback via the [in-app support panel](https://us.posthog.com#panel=support%3Afeedback%3Asession_replay%3Alow) or one of our other [support options](/docs/support-options). - ## Step one: Add PostHog to your app import ReactNativeInstall from "../../integrate/_snippets/install-react-native.mdx" diff --git a/contents/docs/session-replay/mobile.mdx b/contents/docs/session-replay/mobile.mdx index 6a615b63c9b2..046bb5d71f3c 100644 --- a/contents/docs/session-replay/mobile.mdx +++ b/contents/docs/session-replay/mobile.mdx @@ -2,7 +2,7 @@ title: Mobile session replay --- -> 🚧 **NOTE:** Mobile session replay is **currently available on [Android](/docs/session-replay/installation?tab=Android) and [iOS](/docs/session-replay/installation?tab=iOS)**. We also have [React Native](/docs/session-replay/installation?tab=React%20Native) and [Flutter SDKs](/docs/session-replay/installation?tab=Flutter) which are in beta (and are free until release). We'd love to hear your feedback on betas via the [in-app support panel](https://us.posthog.com#panel=support%3Afeedback%3Asession_replay%3Alow) or one of our other [support options](/docs/support-options). +> 🚧 **NOTE:** Mobile session replay is **currently available on [Android](/docs/session-replay/installation?tab=Android), [iOS](/docs/session-replay/installation?tab=iOS) and [React Native](/docs/session-replay/installation?tab=React%20Native)**. We also have a [Flutter SDK](/docs/session-replay/installation?tab=Flutter), which is in beta and free to use until release. We'd love to hear your feedback on betas via the [in-app support panel](https://us.posthog.com#panel=support%3Afeedback%3Asession_replay%3Alow) or one of our other [support options](/docs/support-options). Mobile session replay enables you to record user sessions in mobile apps. This includes screen recordings, network requests, logs, and touches. This data can then be used to understand how users are interacting with your app and to identify bugs and issues.