Skip to content

Commit 8d54d55

Browse files
ref(replay): update missing replay alert to include ad blocker note (#76215)
Closes #76071 <img width="366" alt="SCR-20240814-miyu" src="https://github.com/user-attachments/assets/07ed80b4-1276-46ee-a13a-3cf8b801bd40">
1 parent d08c805 commit 8d54d55

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

static/app/components/replays/alerts/missingReplayAlert.tsx

+12
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ export default function MissingReplayAlert({orgSlug}: Props) {
2323
),
2424
t('The replay has been deleted by a member in your organization.'),
2525
t('There were network errors and the replay was not saved.'),
26+
tct(
27+
"An ad-blocker was turned on for the user's session. [link:Read our docs] for a workaround.",
28+
{
29+
link: (
30+
<ExternalLink
31+
href={
32+
'https://docs.sentry.io/platforms/javascript/troubleshooting/#dealing-with-ad-blockers'
33+
}
34+
/>
35+
),
36+
}
37+
),
2638
];
2739
return (
2840
<Alert

0 commit comments

Comments
 (0)