Open Issues Need Help
View All on GitHubAI Summary: The task is to rename `schema/snapcraft.json` to `schema/snapcraft-legacy.json` and update corresponding file references within the `snapcraft_legacy` module. This change aims to decouple the schema used for current `snapcraft.yaml` validation (by schemastore) from the one used by legacy `snapcraft` for unpacking, allowing independent schema evolution without affecting older behavior.
AI Summary: Remove the Sentry error reporting functionality from the Snapcraft codebase. This involves deleting the code responsible for prompting users to send anonymous error data to Sentry, along with associated tests and supporting functions. The change aims to streamline the user experience and align with the current bug reporting process via GitHub.