Skip to content

Commit 63faf61

Browse files
authored
chore(issue-details): Update Detector Settings button (#97783)
updates the button to add a tooltip and make it more clear that the settings aren't just for thresholds anymore
1 parent 09c0eee commit 63faf61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

static/app/components/events/interfaces/performance/spanEvidence.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ function SpanEvidenceInteriumSection({
5252
}}
5353
size="xs"
5454
icon={<IconSettings />}
55+
title={t('Disable detector or adjust thresholds')}
56+
analyticsEventName="Issue Details: Detector Settings Clicked"
57+
analyticsEventKey="issue_details.detector_settings_clicked"
5558
>
56-
{t('Threshold Settings')}
59+
{t('Detector Settings')}
5760
</LinkButton>
5861
)
5962
}

0 commit comments

Comments
 (0)