Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion static/app/views/settings/project/tempest/configForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ export function ConfigForm({organization, project}: ConfigFormProps) {
name: 'tempestFetchDumps',
type: 'boolean',
label: t('Attach Dumps'),
help: t('Attach dumps to issues.'),
help: t(
'Option temporarily set to enabled: dumps are always fetched since they are needed for symbolication.'
),
disabled: true,
setValue: () => true,
Comment on lines +39 to +43
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why temporarily? I am just wondering if we need to keep this setting in the playstation form or remove it + update the docs.

},
],
},
Expand Down
Loading