Skip to content

Commit 3dccd5c

Browse files
romtsnclaude
authored andcommitted
feat(prompts): Register android tombstones onboarding prompt (#112477)
Register `issue_android_tombstones_onboarding` in the prompts config so the frontend can use the `/prompts-activity/` API to persist dismiss and snooze state for the upcoming Android native tombstones onboarding banner. Scoped per organization and project so that dismissing the banner for one project doesn't hide it in others (different projects may have different SDK configurations). <img width="1130" height="1149" alt="Slack 2026-04-08 18 23 17" src="https://github.com/user-attachments/assets/2dc13088-3abe-4853-a621-eecaa024106f" /> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f195dd8 commit 3dccd5c

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)