Skip to content

Commit dc789df

Browse files
committed
chore: Remove autofix.root_cause.rerun_with_context (already tracked by find_solution event)
1 parent 073fccf commit dc789df

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

static/app/components/events/autofix/autofixRootCause.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,6 @@ function AutofixRootCauseDisplay({
300300

301301
const instruction = solutionText.trim();
302302

303-
trackAnalytics('autofix.root_cause.rerun_with_context', {
304-
organization,
305-
group_id: groupId,
306-
run_id: runId,
307-
has_additional_context: !!instruction,
308-
});
309-
310303
if (instruction) {
311304
selectRootCause({
312305
cause_id: cause.id,

static/app/utils/analytics/issueAnalyticsEvents.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ export type IssueEventParameters = {
8787
instruction_provided: boolean;
8888
organization: Organization;
8989
};
90-
'autofix.root_cause.rerun_with_context': {
91-
group_id: string;
92-
has_additional_context: boolean;
93-
run_id: string;
94-
};
9590
'autofix.setup_modal_viewed': {
9691
groupId: string;
9792
projectId: string;
@@ -469,7 +464,6 @@ export const issueEventMap: Record<IssueEventKey, string | null> = {
469464
'autofix.comment_thread.close': 'Autofix: Comment Thread Closed',
470465
'autofix.comment_thread.open': 'Autofix: Comment Thread Opened',
471466
'autofix.root_cause.find_solution': 'Autofix: Root Cause Find Solution',
472-
'autofix.root_cause.rerun_with_context': 'Autofix: Root Cause Rerun with Context',
473467
'autofix.setup_modal_viewed': 'Autofix: Setup Modal Viewed',
474468
'breadcrumbs.issue_details.change_time_display': 'Breadcrumb Time Display Toggled',
475469
'breadcrumbs.issue_details.drawer_opened': 'Breadcrumb Drawer Opened',

0 commit comments

Comments
 (0)