Skip to content

Commit

Permalink
chore(ai-suggested-solution): Remove AI suggested solution settings t…
Browse files Browse the repository at this point in the history
…oggle (#81060)

Since this feature is being sunset, we no longer need this toggle.
  • Loading branch information
roaga authored Nov 20, 2024
1 parent f32b2d2 commit 5d39254
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions static/app/data/forms/organizationGeneralSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@ const formGroups: JsonFormObject[] = [
}),
visible: () => !ConfigStore.get('isSelfHostedErrorsOnly'),
},
{
name: 'aiSuggestedSolution',
type: 'boolean',
label: t('AI Suggested Solution'),
help: tct(
'Opt-in to [link:ai suggested solution] to get AI help on how to solve an issue.',
{
link: (
<ExternalLink href="https://docs.sentry.io/product/issues/issue-details/ai-suggested-solution/" />
),
}
),
visible: ({features}) =>
!ConfigStore.get('isSelfHostedErrorsOnly') && !features.has('autofix'),
},
{
name: 'uptimeAutodetection',
type: 'boolean',
Expand Down

0 comments on commit 5d39254

Please sign in to comment.