Skip to content

Commit 5e0ac76

Browse files
committed
fix(playstation): Temporarily force-enable fetching prospero dumps from tempest
1 parent 2a1a7bf commit 5e0ac76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static/app/views/settings/project/tempest/configForm.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ export function ConfigForm({organization, project}: ConfigFormProps) {
3636
name: 'tempestFetchDumps',
3737
type: 'boolean',
3838
label: t('Attach Dumps'),
39-
help: t('Attach dumps to issues.'),
39+
help: t(
40+
'Option temporarily set to enabled: dumps are always fetched since they are needed for symbolication.'
41+
),
42+
disabled: true,
43+
setValue: () => true,
4044
},
4145
],
4246
},

0 commit comments

Comments
 (0)