Skip to content

Commit db4bb91

Browse files
Mobile Replay banners
1 parent 007f1da commit db4bb91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/banner/index.tsx

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

6571
const LOCALSTORAGE_NAMESPACE = 'banner-manifest';

0 commit comments

Comments
 (0)