Skip to content

Commit 1a75c5f

Browse files
roggenkemperclaude
andcommitted
ref(issue-detection): Replace LLM_DETECTED_EXPERIMENTAL_V2 with AI_DETECTED_GENERAL
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2ff25d2 commit 1a75c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/settings/projectPerformance/projectPerformance.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ export function ProjectPerformance() {
11191119
visible: hasAIIssueDetection,
11201120
},
11211121
],
1122-
initiallyCollapsed: issueType !== IssueType.LLM_DETECTED_EXPERIMENTAL_V2,
1122+
initiallyCollapsed: issueType !== IssueType.AI_DETECTED_GENERAL,
11231123
},
11241124
];
11251125

0 commit comments

Comments
 (0)