Skip to content

Commit 79acd09

Browse files
[getsentry/action-github-commit] Auto commit
1 parent db4bb91 commit 79acd09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/banner/index.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ const BANNERS: BannerType[] = [
6161
linkText: 'See what’s new.',
6262
},
6363
{
64-
appearsOn: ['^/platforms/flutter/', '^/platforms/react-native/', '^/platforms/android/', '^/platforms/apple/guides/ios/'],
64+
appearsOn: [
65+
'^/platforms/flutter/',
66+
'^/platforms/react-native/',
67+
'^/platforms/android/',
68+
'^/platforms/apple/guides/ios/',
69+
],
6570
text: 'Session Replay is now available for mobile.',
6671
linkURL: 'https://docs.sentry.io/product/explore/session-replay/mobile/',
6772
linkText: 'Try it in beta.',

0 commit comments

Comments
 (0)