Skip to content

Commit 93d1973

Browse files
ref(recap): Remove deprecated recap polling feature UI code (#66858)
1. Remove recap URLs from dashboard settings ✅ 2. Remove hardcoded flag to hide dashboard settings UI for recap ✅ 3. ➡️ Remove recap settings UI code 4. Remove cron job code that polls external servers Co-authored-by: jernejstrasner <jernejstrasner@users.noreply.github.com>
1 parent e9d1973 commit 93d1973

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

static/app/data/forms/projectSecurityAndPrivacyGroups.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,6 @@ const formGroups: JsonFormObject[] = [
5454
formatStoreCrashReports(value, organization.storeCrashReports),
5555
]),
5656
},
57-
{
58-
name: 'recapServerUrl',
59-
type: 'string',
60-
placeholder: t('URL'),
61-
label: t('Recap Server URL'),
62-
help: t('URL to the Recap Server events should be polled from'),
63-
visible: ({features}) => features.has('recap-server'),
64-
},
65-
{
66-
name: 'recapServerToken',
67-
type: 'string',
68-
placeholder: t('Token'),
69-
label: t('Recap Server Token'),
70-
help: t('Auth Token to the configured Recap Server'),
71-
visible: ({features}) => features.has('recap-server'),
72-
},
7357
],
7458
},
7559
{

0 commit comments

Comments
 (0)