Skip to content

Commit 0881e64

Browse files
authored
chore(issue-details): Update analytics on detector settings button (#97817)
add issue type to analytics
1 parent b64ea7e commit 0881e64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ function SpanEvidenceInteriumSection({
5555
title={t('Disable detector or adjust thresholds')}
5656
analyticsEventName="Issue Details: Detector Settings Clicked"
5757
analyticsEventKey="issue_details.detector_settings_clicked"
58+
analyticsParams={{
59+
type: issueType,
60+
}}
5861
>
5962
{t('Detector Settings')}
6063
</LinkButton>

0 commit comments

Comments
 (0)