sentry-cli
NewSkills for using the Sentry CLI to interact with Sentry from the command line
Summary
This skill enables Claude Code to execute Sentry CLI commands, allowing developers to manage releases, upload source maps, create projects, and interact with Sentry directly from the command line.
- It streamlines error tracking workflows by integrating Sentry operations into your development environment.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/sentry-cli.md
/sentry-cliUse Cases
Usage Examples
/sentry-cli releases new [email protected] --org my-org --project my-project
/sentry-cli releases files [email protected] upload-sourcemaps ./dist --url-prefix ~/static/js
/sentry-cli projects list --org my-org
Security Audits
Frequently Asked Questions
What is sentry-cli?
This skill enables Claude Code to execute Sentry CLI commands, allowing developers to manage releases, upload source maps, create projects, and interact with Sentry directly from the command line. It streamlines error tracking workflows by integrating Sentry operations into your development environment.
How to install sentry-cli?
To install sentry-cli: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/sentry-cli.md. Finally, /sentry-cli in Claude Code.
What is sentry-cli best for?
sentry-cli is a skill categorized under General. Created by Sentry.
What can I use sentry-cli for?
sentry-cli is useful for: Create a new Sentry release for a project and associate it with commits.; Upload JavaScript source maps to Sentry for a release to enable readable stack traces.; List all projects in a Sentry organization to verify setup or find project slugs.; Retrieve events or issues for a specific Sentry project to debug production errors.; Manage Sentry releases by finalizing or deleting old releases.; Configure Sentry CLI authentication and organization settings for team onboarding..