Skip to content

Commit eb3d477

Browse files
roagaharshithadurai
authored andcommitted
chore(ai-suggested-solution): Remove AI suggested solution settings toggle (#81060)
Since this feature is being sunset, we no longer need this toggle.
1 parent 3385ba5 commit eb3d477

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

static/app/data/forms/organizationGeneralSettings.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,6 @@ const formGroups: JsonFormObject[] = [
4343
}),
4444
visible: () => !ConfigStore.get('isSelfHostedErrorsOnly'),
4545
},
46-
{
47-
name: 'aiSuggestedSolution',
48-
type: 'boolean',
49-
label: t('AI Suggested Solution'),
50-
help: tct(
51-
'Opt-in to [link:ai suggested solution] to get AI help on how to solve an issue.',
52-
{
53-
link: (
54-
<ExternalLink href="https://docs.sentry.io/product/issues/issue-details/ai-suggested-solution/" />
55-
),
56-
}
57-
),
58-
visible: ({features}) =>
59-
!ConfigStore.get('isSelfHostedErrorsOnly') && !features.has('autofix'),
60-
},
6146
{
6247
name: 'uptimeAutodetection',
6348
type: 'boolean',

0 commit comments

Comments
 (0)