diff --git a/src/components/banner/index.tsx b/src/components/banner/index.tsx index 178d259592efc..05583c93426b3 100644 --- a/src/components/banner/index.tsx +++ b/src/components/banner/index.tsx @@ -54,6 +54,12 @@ const BANNERS: BannerType[] = [ linkURL: 'https://docs.sentry.io/contributing/pages/banners/', linkText: 'CTA', }, + { + appearsOn: ['^/$'], + text: 'Check out Sentry Launch Week for our latest product releases.', + linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024', + linkText: 'See what’s new.', + }, ]; const LOCALSTORAGE_NAMESPACE = 'banner-manifest';