Skip to content

Commit

Permalink
chore(issue-views): Add BE prompt for add view banner (#78037)
Browse files Browse the repository at this point in the history
Adds the prompt for the add view banner 


[related PR](#77878)
  • Loading branch information
MichaelSun48 authored and 0Calories committed Sep 25, 2024
1 parent 1ce87d4 commit 4099d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/utils/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"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"]},
"issue_views_add_view_banner": {"required_fields": ["organization_id"]},
}


Expand Down

0 comments on commit 4099d5e

Please sign in to comment.