feat(prompts): Register android tombstones onboarding prompt#112477
Merged
feat(prompts): Register android tombstones onboarding prompt#112477
Conversation
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>
romtsn
added a commit
that referenced
this pull request
Apr 8, 2026
Show an onboarding banner on the issue details page when a native crash was captured via the Android NDK integration with only a signalhandler mechanism. The banner includes tabbed code snippets (AndroidManifest.xml, Kotlin, Java) showing how to enable tombstone collection, with dismiss and snooze support via the prompts-activity API. Depends on #112477 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
wedamija
approved these changes
Apr 8, 2026
george-sentry
pushed a commit
that referenced
this pull request
Apr 9, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Register
issue_android_tombstones_onboardingin the prompts config so thefrontend can use the
/prompts-activity/API to persist dismiss and snoozestate 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).