Skip to content

Commit

Permalink
update marketing banner dist tracing (#8074)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizokm committed Sep 28, 2023
1 parent cbc308c commit ebeea80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import React, {useEffect, useState} from 'react';
//
const SHOW_BANNER = true;
const BANNER_TEXT =
'[Workshop] How to detect, fix and prevent ANRs. Join us live. Sept 27 | 10 AM PT.';
'Curious how distributed tracing can help you debug faster? Join us Oct 17 | 10 AM PST.';
const BANNER_LINK_URL =
'https://sentry.io/resources/ama-detect-fix-prevent-anrs/?original_referrer=https%3A%2F%2Fdocs.sentry.io%2F';
'https://sentry.io/resources/debugging-errors-faster-with-distributed-tracing/';
const BANNER_LINK_TEXT = 'Register Now';
const OPTIONAL_BANNER_IMAGE = null;

Expand Down

1 comment on commit ebeea80

@vercel
Copy link

@vercel vercel bot commented on ebeea80 Sep 28, 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.