Skip to content

Commit

Permalink
update banner (#8354)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran committed Oct 27, 2023
1 parent f4edcd4 commit 8dbf4fc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ import React, {useEffect, useState} from 'react';
// This is a lazy way of doing things but will work until
// we put a more robust solution in place.
//
const SHOW_BANNER = false;
const SHOW_BANNER = true;
const BANNER_TEXT =
'Curious how distributed tracing can help you debug faster? Join us Oct 17 | 10 AM PST.';
const BANNER_LINK_URL =
'https://sentry.io/resources/debugging-errors-faster-with-distributed-tracing/';
const BANNER_LINK_TEXT = 'Register Now';
'Discover all our latest product releases during Sentry Launch Week, coming Nov 13-17.';
const BANNER_LINK_URL = 'https://sentry.io/events/launch-week/';
const BANNER_LINK_TEXT = 'Sign Up';
const OPTIONAL_BANNER_IMAGE = null;

//
Expand Down

1 comment on commit 8dbf4fc

@vercel
Copy link

@vercel vercel bot commented on 8dbf4fc Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
docs.sentry.io
sentry-docs-git-master.sentry.dev

Please sign in to comment.