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 b64ea7e commit 0881e64Copy full SHA for 0881e64
static/app/components/events/interfaces/performance/spanEvidence.tsx
@@ -55,6 +55,9 @@ function SpanEvidenceInteriumSection({
55
title={t('Disable detector or adjust thresholds')}
56
analyticsEventName="Issue Details: Detector Settings Clicked"
57
analyticsEventKey="issue_details.detector_settings_clicked"
58
+ analyticsParams={{
59
+ type: issueType,
60
+ }}
61
>
62
{t('Detector Settings')}
63
</LinkButton>
0 commit comments