From 58cb7375d02027b60b2eb368e1ea671bc6c7beb1 Mon Sep 17 00:00:00 2001 From: Eli Lennox Date: Mon, 14 Aug 2023 11:06:28 -0400 Subject: [PATCH 1/4] update banner --- src/components/banner.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/banner.tsx b/src/components/banner.tsx index 7aba523a33352..370b89ad0312c 100644 --- a/src/components/banner.tsx +++ b/src/components/banner.tsx @@ -5,10 +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 BANNER_TEXT = ''; -const BANNER_LINK_URL = ''; -const BANNER_LINK_TEXT = ''; +const SHOW_BANNER = true; +const BANNER_TEXT = `Want to know if your recurring jobs are running on schedule? +Join us August 20th to learn how to get started with Sentry Cron Monitoring.`; +const BANNER_LINK_URL = `https://sentry.io/resources/getting-started-with-sentry-cron-monitoring/?utm_medium=event&utm_source=sentry-app&utm_campaign=docs-crons-webinar&utm_content=docs-banner&utm_term=`; +const BANNER_LINK_TEXT = 'Learn More'; const OPTIONAL_BANNER_IMAGE = null; // From 8327e5a5af281836709b96d646b29d1338499041 Mon Sep 17 00:00:00 2001 From: Eli Lennox Date: Mon, 14 Aug 2023 11:06:56 -0400 Subject: [PATCH 2/4] update date --- src/components/banner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/banner.tsx b/src/components/banner.tsx index 370b89ad0312c..56f4ead613413 100644 --- a/src/components/banner.tsx +++ b/src/components/banner.tsx @@ -7,7 +7,7 @@ import React, {useEffect, useState} from 'react'; // const SHOW_BANNER = true; const BANNER_TEXT = `Want to know if your recurring jobs are running on schedule? -Join us August 20th to learn how to get started with Sentry Cron Monitoring.`; +Join us August 29th to learn how to get started with Sentry Cron Monitoring.`; const BANNER_LINK_URL = `https://sentry.io/resources/getting-started-with-sentry-cron-monitoring/?utm_medium=event&utm_source=sentry-app&utm_campaign=docs-crons-webinar&utm_content=docs-banner&utm_term=`; const BANNER_LINK_TEXT = 'Learn More'; const OPTIONAL_BANNER_IMAGE = null; From c7a78e48d1f824f24c2649c6e247426d2f3fd7e1 Mon Sep 17 00:00:00 2001 From: Eli Lennox Date: Mon, 14 Aug 2023 12:00:29 -0400 Subject: [PATCH 3/4] remove first sentence per Ben --- src/components/banner.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/banner.tsx b/src/components/banner.tsx index 56f4ead613413..4dbf35de06736 100644 --- a/src/components/banner.tsx +++ b/src/components/banner.tsx @@ -6,8 +6,7 @@ import React, {useEffect, useState} from 'react'; // we put a more robust solution in place. // const SHOW_BANNER = true; -const BANNER_TEXT = `Want to know if your recurring jobs are running on schedule? -Join us August 29th to learn how to get started with Sentry Cron Monitoring.`; +const BANNER_TEXT = `Join us August 29th to learn how to get started with Sentry Cron Monitoring.`; const BANNER_LINK_URL = `https://sentry.io/resources/getting-started-with-sentry-cron-monitoring/?utm_medium=event&utm_source=sentry-app&utm_campaign=docs-crons-webinar&utm_content=docs-banner&utm_term=`; const BANNER_LINK_TEXT = 'Learn More'; const OPTIONAL_BANNER_IMAGE = null; From 97cde75e6d6f8ac544ea4283eea3cf02d0ba2dd2 Mon Sep 17 00:00:00 2001 From: elijames-codecov <88844267+elijames-codecov@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:51:04 -0400 Subject: [PATCH 4/4] Update src/components/banner.tsx Co-authored-by: Liza Mock --- src/components/banner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/banner.tsx b/src/components/banner.tsx index 4dbf35de06736..48e7055cfee2c 100644 --- a/src/components/banner.tsx +++ b/src/components/banner.tsx @@ -6,7 +6,7 @@ import React, {useEffect, useState} from 'react'; // we put a more robust solution in place. // const SHOW_BANNER = true; -const BANNER_TEXT = `Join us August 29th to learn how to get started with Sentry Cron Monitoring.`; +const BANNER_TEXT = `Learn how to use Sentry's Cron Monitoring. Join us on August 29.`; const BANNER_LINK_URL = `https://sentry.io/resources/getting-started-with-sentry-cron-monitoring/?utm_medium=event&utm_source=sentry-app&utm_campaign=docs-crons-webinar&utm_content=docs-banner&utm_term=`; const BANNER_LINK_TEXT = 'Learn More'; const OPTIONAL_BANNER_IMAGE = null;