Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: session replay rn - ga #10599

Merged
merged 3 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion contents/docs/session-replay/mobile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down