Skip to content

Commit eb5b9a7

Browse files
[STAT-1068] Mobile Replay banners (#12060)
* Mobile Replay banners * [getsentry/action-github-commit] Auto commit --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent 18e9e15 commit eb5b9a7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/banner/index.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ const BANNERS: BannerType[] = [
6060
linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
6161
linkText: 'See what’s new.',
6262
},
63+
{
64+
appearsOn: [
65+
'^/platforms/flutter/',
66+
'^/platforms/react-native/',
67+
'^/platforms/android/',
68+
'^/platforms/apple/guides/ios/',
69+
],
70+
text: 'Session Replay is now available for mobile.',
71+
linkURL: 'https://docs.sentry.io/product/explore/session-replay/mobile/',
72+
linkText: 'Try it in beta.',
73+
},
6374
];
6475

6576
const LOCALSTORAGE_NAMESPACE = 'banner-manifest';

0 commit comments

Comments
 (0)