Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch Week Banner #9196

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {useEffect, useState} from 'react';
//
const SHOW_BANNER = true;
const BANNER_TEXT =
'Join the metrics alpha! Track the data points you care about to pinpoint and solve issues with correlated traces.';
'Join us for Sentry Launch Week March 18-22 for product releases and exclusive demos.';
const BANNER_LINK_URL =
'https://sentry.io/lp/metrics/?utm_source=docs&utm_medium=organic&utm_campaign=metrics-fy25q1-evergreen&utm_content=prod-metricsalpha-signup';
const BANNER_LINK_TEXT = 'Sign Up';
'https://sentry.io/events/launch-week/?promo_name=docs-fy25q1launchweek';
const BANNER_LINK_TEXT = 'See what’s new';
const OPTIONAL_BANNER_IMAGE = null;

//
Expand Down
Loading