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 a6807aa commit 226c36cCopy full SHA for 226c36c
src/components/banner.tsx
@@ -9,10 +9,10 @@ import {useEffect, useState} from 'react';
9
//
10
const SHOW_BANNER = true;
11
const BANNER_TEXT =
12
- 'Join us for Sentry Launch Week March 18-22 for product releases and exclusive demos.';
+ 'Let’s par-tee - join us at Google Cloud Next for Sentry’s After Party at Topgolf on April 9 @ 7pm.';
13
const BANNER_LINK_URL =
14
- 'https://sentry.io/events/launch-week/?promo_name=docs-fy25q1launchweek';
15
-const BANNER_LINK_TEXT = 'See what’s new';
+ 'https://sentry.io/resources/sentry-google-cloud-next-2024/?promo=docs-banner';
+const BANNER_LINK_TEXT = 'RSVP here.';
16
const OPTIONAL_BANNER_IMAGE = null;
17
18
0 commit comments