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 6b52a55 commit cfdc491Copy full SHA for cfdc491
static/app/views/settings/projectPerformance/projectPerformance.tsx
@@ -200,9 +200,10 @@ export function ProjectPerformance() {
200
});
201
202
const hasWebVitalsSeerSuggestions = useHasSeerWebVitalsSuggestions(project);
203
- const hasAIIssueDetection =
204
- organization.features.includes('gen-ai-features') &&
205
- organization.features.includes('issue-llm-detected-experimental-v2-visible');
+ // const hasAIIssueDetection =
+ // organization.features.includes('gen-ai-features') &&
+ // organization.features.includes('ai-issue-detection');
206
+ const hasAIIssueDetection = true;
207
208
const {
209
data: threshold,
0 commit comments