From db4bb91f5f0b847a0e5218a5d937278f0259c671 Mon Sep 17 00:00:00 2001 From: Eli Lennox Date: Thu, 5 Dec 2024 17:49:23 -0500 Subject: [PATCH 1/2] Mobile Replay banners --- src/components/banner/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/banner/index.tsx b/src/components/banner/index.tsx index 05583c93426b39..47f3a1abd1a0a4 100644 --- a/src/components/banner/index.tsx +++ b/src/components/banner/index.tsx @@ -60,6 +60,12 @@ 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'; From 79acd099d3daa592429fc28b243005b9dc76662d Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:51:07 +0000 Subject: [PATCH 2/2] [getsentry/action-github-commit] Auto commit --- src/components/banner/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/banner/index.tsx b/src/components/banner/index.tsx index 47f3a1abd1a0a4..e22795a3564f94 100644 --- a/src/components/banner/index.tsx +++ b/src/components/banner/index.tsx @@ -61,7 +61,12 @@ const BANNERS: BannerType[] = [ linkText: 'See what’s new.', }, { - appearsOn: ['^/platforms/flutter/', '^/platforms/react-native/', '^/platforms/android/', '^/platforms/apple/guides/ios/'], + 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.',