diff --git a/docs/platforms/android/session-replay/index.mdx b/docs/platforms/android/session-replay/index.mdx
index 76df8d6421dd57..d91612ded3875b 100644
--- a/docs/platforms/android/session-replay/index.mdx
+++ b/docs/platforms/android/session-replay/index.mdx
@@ -7,7 +7,9 @@ description: "Learn how to enable the Beta of Mobile Session Replay in your app.
-Mobile support for Session Replay is in Beta. Features available in Beta are still work-in-progress and may have bugs. We recognize the irony.
+Mobile support for Session Replay is in beta until January 6th, 2025. Features available in beta are still work-in-progress and may have bugs. We recognize the irony.
+
+All beta users will continue to receive 2 months free of Session Replay for Mobile once we transition to GA.
If you have any questions, feedback or would like to report a bug, please open a [GitHub issue](https://github.com/getsentry/sentry-java/issues/new?assignees=&labels=Platform%3A+Android%2CType%3A+Bug&projects=&template=bug_report_android.yml) with a link to a relevant replay in Sentry if possible.
diff --git a/docs/platforms/apple/guides/ios/session-replay/index.mdx b/docs/platforms/apple/guides/ios/session-replay/index.mdx
index 5385f78427466d..f338fcc5444b14 100644
--- a/docs/platforms/apple/guides/ios/session-replay/index.mdx
+++ b/docs/platforms/apple/guides/ios/session-replay/index.mdx
@@ -7,9 +7,11 @@ description: "Learn how to enable the Beta of Mobile Session Replay in your app.
-Mobile support for Session Replay is in Beta. Features available in Beta are still work-in-progress and may have bugs. We recognize the irony.
+Mobile support for Session Replay is in beta until January 6th, 2025. Features available in beta are still work-in-progress and may have bugs. We recognize the irony.
-If you have any questions, feedback or would like to report a bug, please open a [GitHub issue](https://github.com/getsentry/sentry-cocoa/issues/new?assignees=&labels=Platform%3A+Cocoa%2CType%3A+Bug&projects=&template=bug.yml) with a link to a relevant replay in Sentry if possible.
+All beta users will continue to receive 2 months free of Session Replay for Mobile once we transition to GA.
+
+If you have any questions, feedback or would like to report a bug, please open a [GitHub issue](https://github.com/getsentry/sentry-java/issues/new?assignees=&labels=Platform%3A+Android%2CType%3A+Bug&projects=&template=bug_report_android.yml) with a link to a relevant replay in Sentry if possible.
@@ -110,4 +112,4 @@ A: Text views, input views, images, video players and webviews are all masked by
Q: What's the lowest version of iOS supported?
-A: Session Replay recording happens even on the lowest version supported by the Sentry SDK, which is aligend with appstore support.
\ No newline at end of file
+A: Session Replay recording happens even on the lowest version supported by the Sentry SDK, which is aligend with appstore support.
diff --git a/docs/platforms/flutter/session-replay/index.mdx b/docs/platforms/flutter/session-replay/index.mdx
index d7a2594414f743..114d14cb4bd60f 100644
--- a/docs/platforms/flutter/session-replay/index.mdx
+++ b/docs/platforms/flutter/session-replay/index.mdx
@@ -9,9 +9,11 @@ description: "Learn how to enable the Mobile Session Replay Beta in your app."
Flutter Session Replay is available on **iOS** and **Android**.
-Mobile support for Session Replay is in Beta. Features available in Beta are still work-in-progress and may have bugs. We recognize the irony.
+Mobile support for Session Replay is in beta until January 6th, 2025. Features available in beta are still work-in-progress and may have bugs. We recognize the irony.
-If you have any questions, feedback or would like to report a bug, please open a [GitHub issue](https://github.com/getsentry/sentry-dart/issues/new?template=BUG_REPORT.yml) with a link to a relevant replay in Sentry if possible.
+All beta users will continue to receive 2 months free of Session Replay for Mobile once we transition to GA.
+
+If you have any questions, feedback or would like to report a bug, please open a [GitHub issue](https://github.com/getsentry/sentry-java/issues/new?assignees=&labels=Platform%3A+Android%2CType%3A+Bug&projects=&template=bug_report_android.yml) with a link to a relevant replay in Sentry if possible.
diff --git a/docs/platforms/react-native/session-replay/index.mdx b/docs/platforms/react-native/session-replay/index.mdx
index 2a02cd6c72f3ee..a995163e28ceb1 100644
--- a/docs/platforms/react-native/session-replay/index.mdx
+++ b/docs/platforms/react-native/session-replay/index.mdx
@@ -7,9 +7,11 @@ description: "Learn how to enable the Beta of Mobile Session Replay in your app.
-Mobile support for Session Replay is in Beta. Features available in Beta are still work-in-progress and may have bugs. We recognize the irony.
+Mobile support for Session Replay is in beta until January 6th, 2025. Features available in beta are still work-in-progress and may have bugs. We recognize the irony.
-If you have any questions, feedback or would like to report a bug, please open a [GitHub issue](https://github.com/getsentry/sentry-react-native/issues/new?assignees=&labels=Platform%3A+React-Native%2CType%3A+%F0%9F%AA%B2+Bug&projects=&template=BUG_REPORT.md) with a link to a relevant replay in Sentry if possible.
+All beta users will continue to receive 2 months free of Session Replay for Mobile once we transition to GA.
+
+If you have any questions, feedback or would like to report a bug, please open a [GitHub issue](https://github.com/getsentry/sentry-java/issues/new?assignees=&labels=Platform%3A+Android%2CType%3A+Bug&projects=&template=bug_report_android.yml) with a link to a relevant replay in Sentry if possible.
diff --git a/src/components/banner/index.tsx b/src/components/banner/index.tsx
index e22795a3564f94..55908efb809ec0 100644
--- a/src/components/banner/index.tsx
+++ b/src/components/banner/index.tsx
@@ -67,9 +67,9 @@ const BANNERS: BannerType[] = [
'^/platforms/android/',
'^/platforms/apple/guides/ios/',
],
- text: 'Session Replay is now available for mobile.',
+ text: 'Session Replay for Mobile beta ends January 6, 2025.',
linkURL: 'https://docs.sentry.io/product/explore/session-replay/mobile/',
- linkText: 'Try it in beta.',
+ linkText: 'Try beta for free now.',
},
];