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 f32b2d2 commit 5d39254Copy full SHA for 5d39254
static/app/data/forms/organizationGeneralSettings.tsx
@@ -43,21 +43,6 @@ const formGroups: JsonFormObject[] = [
43
}),
44
visible: () => !ConfigStore.get('isSelfHostedErrorsOnly'),
45
},
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
- },
61
{
62
name: 'uptimeAutodetection',
63
type: 'boolean',
0 commit comments