Skip to content

Commit 487a456

Browse files
romtsnclaude
andcommitted
feat(prompts): Register android tombstones onboarding prompt
Register the `issue_android_tombstones_onboarding` prompt in the prompts config so the frontend can use the prompts-activity API to track dismiss/snooze state for the tombstones onboarding banner. Scoped per organization and project. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 36e9db2 commit 487a456

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
@@ -15,6 +15,7 @@ class _PromptConfig(TypedDict):
1515
"data_consent_banner": {"required_fields": ["organization_id"]},
1616
"data_consent_priority": {"required_fields": ["organization_id"]},
1717
"github_missing_members": {"required_fields": ["organization_id"]},
18+
"issue_android_tombstones_onboarding": {"required_fields": ["organization_id", "project_id"]},
1819
"issue_feedback_hidden": {"required_fields": ["organization_id", "project_id"]},
1920
"issue_priority": {"required_fields": ["organization_id"]},
2021
"issue_replay_inline_onboarding": {"required_fields": ["organization_id", "project_id"]},

0 commit comments

Comments
 (0)