Skip to content

Commit 5f484db

Browse files
scttcperclaudecursoragent
committed
feat(issues): Remove all views banner prompt key
Stop registering issue_views_all_views_banner in the prompt config so the backend no longer accepts or serves this retired banner key. Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent dac3ec2 commit 5f484db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sentry/utils/prompts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class _PromptConfig(TypedDict):
2323
"issue_priority": {"required_fields": ["organization_id"]},
2424
"issue_replay_inline_onboarding": {"required_fields": ["organization_id", "project_id"]},
2525
"issue_views_add_view_banner": {"required_fields": ["organization_id"]},
26-
"issue_views_all_views_banner": {"required_fields": ["organization_id"]},
2726
"metric_alert_ignore_archived_issues": {"required_fields": ["organization_id", "project_id"]},
2827
"profiling_onboarding": {"required_fields": ["organization_id"]},
2928
"quick_trace_missing": {"required_fields": ["organization_id", "project_id"]},

0 commit comments

Comments
 (0)