Sentry CI Integration Overview Sentry releases connect errors to the code that caused them. Automating release creation in CI/CD ensures every deploy has commit association (suspect commits), source maps for readable stack traces, and deployment tracking across environments. This skill covers commands, the official GitHub Action, build tool plugins ( , , ), and multi-platform CI configurations. Prerequisites - Sentry account with a project at sentry.io - — generate at sentry.io/settings/auth-tokens/ with scopes and - and environment variables matching your organization and project slugs - Sou…