Skip to content

Commit

Permalink
Mobile replay beta almost over banner (#12200)
Browse files Browse the repository at this point in the history
* Update SR4M beta banner

* Update Android beta language index.mdx

* Update iOS language for beta

* Update Session Replay Beta language for Flutter

* Update Session Replay beta language for RN

* Update docs/platforms/android/session-replay/index.mdx

* Update docs/platforms/android/session-replay/index.mdx

* Update docs/platforms/apple/guides/ios/session-replay/index.mdx

* Update docs/platforms/apple/guides/ios/session-replay/index.mdx

* Update docs/platforms/flutter/session-replay/index.mdx

* Update docs/platforms/flutter/session-replay/index.mdx

* Update docs/platforms/react-native/session-replay/index.mdx

* Update docs/platforms/react-native/session-replay/index.mdx
  • Loading branch information
drguthals authored Dec 20, 2024
1 parent 897e2ab commit ddf922c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
4 changes: 3 additions & 1 deletion docs/platforms/android/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ description: "Learn how to enable the Beta of Mobile Session Replay in your app.

<Note>

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.

Expand Down
8 changes: 5 additions & 3 deletions docs/platforms/apple/guides/ios/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ description: "Learn how to enable the Beta of Mobile Session Replay in your app.

<Note>

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.

</Note>

Expand Down Expand Up @@ -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.
A: Session Replay recording happens even on the lowest version supported by the Sentry SDK, which is aligend with appstore support.
6 changes: 4 additions & 2 deletions docs/platforms/flutter/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</Note>

Expand Down
6 changes: 4 additions & 2 deletions docs/platforms/react-native/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ description: "Learn how to enable the Beta of Mobile Session Replay in your app.

<Note>

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.

</Note>

Expand Down
4 changes: 2 additions & 2 deletions src/components/banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
},
];

Expand Down

0 comments on commit ddf922c

Please sign in to comment.