Automates Sentry release workflows, including version creation, commit association, and source map management.
This skill empowers Claude to manage the complete Sentry release lifecycle directly through the command line. It streamlines the process of creating releases based on Git SHAs or package versions, automatically associates relevant commits for improved issue context, and handles the complexity of uploading source maps for production debugging. By integrating these tasks into the AI's workflow, developers can ensure that every deployment is correctly tracked in Sentry, leading to faster error resolution and more accurate observability metrics.
주요 기능
01Full release lifecycle management from initialization to finalization
02Automated release creation using Git SHA, semantic versions, or package.json
03Automatic commit association for precise error tracking and ownership
04Streamlined source map uploads with support for custom URL prefixes
05Source map cleanup and artifact management to optimize storage
061,206 GitHub stars
사용 사례
01Linking production errors to specific code changes through automatic commit tracking
02Ensuring production stack traces are readable by automating source map uploads
03Automating the Sentry release process during local development or within CI/CD pipelines