We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e9e15 commit eb5b9a7Copy full SHA for eb5b9a7
src/components/banner/index.tsx
@@ -60,6 +60,17 @@ const BANNERS: BannerType[] = [
60
linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
61
linkText: 'See what’s new.',
62
},
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
+ },
74
];
75
76
const LOCALSTORAGE_NAMESPACE = 'banner-manifest';
0 commit comments