From 2e3860dde527108eb1de36f666548551fb1ca3f5 Mon Sep 17 00:00:00 2001 From: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:51:19 -0700 Subject: [PATCH] ref(replay): update missing replay alert to include ad blocker note --- .../components/replays/alerts/missingReplayAlert.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/app/components/replays/alerts/missingReplayAlert.tsx b/static/app/components/replays/alerts/missingReplayAlert.tsx index a0c8bfcbc0fd44..34b856d49ccc7c 100644 --- a/static/app/components/replays/alerts/missingReplayAlert.tsx +++ b/static/app/components/replays/alerts/missingReplayAlert.tsx @@ -23,6 +23,18 @@ export default function MissingReplayAlert({orgSlug}: Props) { ), t('The replay has been deleted by a member in your organization.'), t('There were network errors and the replay was not saved.'), + tct( + "An ad-blocker was turned on for the user's session. [link:Read our docs] for a workaround.", + { + link: ( + + ), + } + ), ]; return (