From eb5b9a77f92cbe6b5f9dc5c282406fd5eec99d50 Mon Sep 17 00:00:00 2001 From: elijames-codecov <88844267+elijames-codecov@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:57:08 -0500 Subject: [PATCH] [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> --- src/components/banner/index.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/banner/index.tsx b/src/components/banner/index.tsx index 05583c93426b3..e22795a3564f9 100644 --- a/src/components/banner/index.tsx +++ b/src/components/banner/index.tsx @@ -60,6 +60,17 @@ const BANNERS: BannerType[] = [ linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024', linkText: 'See what’s new.', }, + { + appearsOn: [ + '^/platforms/flutter/', + '^/platforms/react-native/', + '^/platforms/android/', + '^/platforms/apple/guides/ios/', + ], + text: 'Session Replay is now available for mobile.', + linkURL: 'https://docs.sentry.io/product/explore/session-replay/mobile/', + linkText: 'Try it in beta.', + }, ]; const LOCALSTORAGE_NAMESPACE = 'banner-manifest';