Skip to content

Commit 5402232

Browse files
committed
chore: Remove unused context_length parameter
1 parent 7dfd0ed commit 5402232

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ function AutofixRootCauseDisplay({
300300
group_id: groupId,
301301
run_id: runId,
302302
has_additional_context: !!instruction,
303-
context_length: instruction ? instruction.length : undefined,
304303
});
305304

306305
if (instruction) {

static/app/utils/analytics/issueAnalyticsEvents.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export type IssueEventParameters = {
8181
group_id: string;
8282
has_additional_context: boolean;
8383
run_id: string;
84-
context_length?: number;
8584
};
8685
'autofix.setup_modal_viewed': {
8786
groupId: string;

0 commit comments

Comments
 (0)