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