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 9438d64 commit 3768760Copy full SHA for 3768760
src/components/banner/index.tsx
@@ -54,6 +54,12 @@ const BANNERS: BannerType[] = [
54
linkURL: 'https://docs.sentry.io/contributing/pages/banners/',
55
linkText: 'CTA',
56
},
57
+ {
58
+ appearsOn: ['^/$'],
59
+ text: 'Check out Sentry Launch Week for our latest product releases.',
60
+ linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
61
+ linkText: 'See what’s new.',
62
+ },
63
];
64
65
const LOCALSTORAGE_NAMESPACE = 'banner-manifest';
0 commit comments