Skip to content

Commit 6274785

Browse files
ref(replay): update experimental tooltip (#95466)
<img width="284" height="145" alt="SCR-20250714-ksyi" src="https://github.com/user-attachments/assets/aac378c9-4159-436b-8248-2b4e857bc0dc" /> match the wording to the experimental badge that's used across sentry
1 parent 0245003 commit 6274785

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static/app/views/replays/detail/layout/focusTabs.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ function getReplayTabs({
2525
[TabKey.AI]: organization.features.includes('replay-ai-summaries') ? (
2626
<Flex align="center" gap={space(0.75)}>
2727
{t('Summary')}
28-
<Tooltip title={t('experimental')}>
28+
<Tooltip
29+
title={t(
30+
'This feature is experimental! Try it out and let us know what you think. No promises!'
31+
)}
32+
>
2933
<IconLab isSolid />
3034
</Tooltip>
3135
</Flex>

0 commit comments

Comments
 (0)