Skip to content

Commit 3abb0b8

Browse files
aliu39priscilawebdev
authored andcommitted
feat(feedback): add BE prompt for hiding feedback from issue details (#74219)
Relates to #74209
1 parent e563f76 commit 3abb0b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/utils/prompts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"data_consent_banner": {"required_fields": ["organization_id"]},
2020
"data_consent_priority": {"required_fields": ["organization_id"]},
2121
"issue_replay_inline_onboarding": {"required_fields": ["organization_id", "project_id"]},
22+
"issue_feedback_hidden": {"required_fields": ["organization_id", "project_id"]},
2223
}
2324

2425

0 commit comments

Comments
 (0)