BeClaude

sentry-cli

New
Official PluginGeneralby Sentry

Skills for using the Sentry CLI to interact with Sentry from the command line

First seen 5/22/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/sentry-cli.md

3
Invoke in Claude Code
/sentry-cli

Use Cases

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.

Usage Examples

1

/sentry-cli releases new [email protected] --org my-org --project my-project

2

/sentry-cli releases files [email protected] upload-sourcemaps ./dist --url-prefix ~/static/js

3

/sentry-cli projects list --org my-org

View source on GitHub

Security Audits

LicenseUnknownSourcePassRepositoryPass

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..