Skip to content

Commit

Permalink
update banner with profiling ama (#6775)
Browse files Browse the repository at this point in the history
* update banner with profiling ama

* removing extra space

* lint

---------

Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com>
  • Loading branch information
rahulchhabria and shanamatthews authored May 1, 2023
1 parent b008820 commit 18a9402
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import React, {useEffect, useState} from 'react';
//
const SHOW_BANNER = true;
const BANNER_TEXT =
'Syntax is joining Sentry. Check out the post and listen to the tasty 600th episode to learn more and grab limited edition swag.';
const BANNER_LINK_URL =
'https://blog.sentry.io/2023/04/12/syntax-sentry-mmxxiii/?utm_source=web&utm_medium=docs&utm_campaign=sentry+syntax&utm_term=link';
const BANNER_LINK_TEXT = 'Read more.';
'Join Sentry engineers as they discuss how to use Profiling to see the exact lines of code or functions causing slowdowns in your application.';
const BANNER_LINK_URL = 'https://bit.ly/profiling-ama-reg-7';
const BANNER_LINK_TEXT = 'Sign up now.';
const OPTIONAL_BANNER_IMAGE = null;

//
Expand Down

1 comment on commit 18a9402

@vercel
Copy link

@vercel vercel bot commented on 18a9402 May 1, 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 – ./

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

Please sign in to comment.