We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c0eee commit 63faf61Copy full SHA for 63faf61
static/app/components/events/interfaces/performance/spanEvidence.tsx
@@ -52,8 +52,11 @@ function SpanEvidenceInteriumSection({
52
}}
53
size="xs"
54
icon={<IconSettings />}
55
+ title={t('Disable detector or adjust thresholds')}
56
+ analyticsEventName="Issue Details: Detector Settings Clicked"
57
+ analyticsEventKey="issue_details.detector_settings_clicked"
58
>
- {t('Threshold Settings')}
59
+ {t('Detector Settings')}
60
</LinkButton>
61
)
62
}
0 commit comments