diff --git a/src/sentry/utils/prompts.py b/src/sentry/utils/prompts.py index 69af330b1118f9..b1aa15112077ac 100644 --- a/src/sentry/utils/prompts.py +++ b/src/sentry/utils/prompts.py @@ -19,6 +19,7 @@ "data_consent_banner": {"required_fields": ["organization_id"]}, "data_consent_priority": {"required_fields": ["organization_id"]}, "issue_replay_inline_onboarding": {"required_fields": ["organization_id", "project_id"]}, + "issue_feedback_hidden": {"required_fields": ["organization_id", "project_id"]}, }