From a9462f0483c9069b44ae9d24f1debc02e4981edf Mon Sep 17 00:00:00 2001 From: Ryan Albrecht Date: Tue, 6 Dec 2022 20:12:21 -0800 Subject: [PATCH 1/2] feat(replays): Update onboarding links to point to docs.sentry.io --- static/app/components/replaysOnboarding/sidebar.tsx | 4 ++-- static/app/views/replays/replays.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/app/components/replaysOnboarding/sidebar.tsx b/static/app/components/replaysOnboarding/sidebar.tsx index bb87f9e2fe9ee6..0a816c47a9b9c8 100644 --- a/static/app/components/replaysOnboarding/sidebar.tsx +++ b/static/app/components/replaysOnboarding/sidebar.tsx @@ -151,10 +151,10 @@ function OnboardingContent({currentProject}: {currentProject: Project}) {
diff --git a/static/app/views/replays/replays.tsx b/static/app/views/replays/replays.tsx index be61f433ae8c45..645c2b31f8462a 100644 --- a/static/app/views/replays/replays.tsx +++ b/static/app/views/replays/replays.tsx @@ -76,10 +76,10 @@ function Replays({location}: Props) { {t('Get Started')} ) : ( From 498fcf00499cd5ee5fe032665baded96100fe49b Mon Sep 17 00:00:00 2001 From: Ryan Albrecht Date: Tue, 6 Dec 2022 20:32:25 -0800 Subject: [PATCH 2/2] fix bad merge --- static/app/views/replays/replays.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/views/replays/replays.tsx b/static/app/views/replays/replays.tsx index a7f8d3e7b9694d..8ea9fc3f6d17c3 100644 --- a/static/app/views/replays/replays.tsx +++ b/static/app/views/replays/replays.tsx @@ -97,7 +97,7 @@ function Replays({location}: Props) { href="https://docs.sentry.io/platforms/javascript/session-replay/" external > - {t('See Readme')} + {t('Read Docs')} )}