sentry-cli

Manage Sentry releases, sourcemaps, and deployments from the command line.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Benmore-Studio/Benmore-Meridian --skill sentry-cli-benmore-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-cli
Source: https://github.com/Benmore-Studio/Benmore-Meridian/tree/main/skills/sentry-cli
Command: npx skills add https://github.com/Benmore-Studio/Benmore-Meridian --skill sentry-cli-benmore-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sentry CLI Skill provides a centralized, command-line interface to manage releases, upload sourcemaps, monitor deployments, and triage issues for Sentry projects, reducing manual steps and enabling automation in development pipelines.

Core Features & Use Cases

  • Releases management: create, track, and finalize releases to coordinate deployments across environments.
  • Sourcemaps & assets: upload and associate source maps with releases to improve error tracing.
  • Deployment & monitoring: log deploys, hooks, and cron monitors to ensure visibility and reliability across the stack.
  • Issue triage & events: quickly triage issues and send test events to validate instrumentation.

Quick Start

Install sentry-cli, authenticate, and start creating and tracking releases.

Frequently Asked Questions about sentry-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Sentry release tracking in a CI/CD pipeline?

Automate Sentry release tracking by executing command-line operations to create, finalize, and log deployments directly within your CI/CD pipeline stages. This requires authenticating the sentry-cli tool and configuring environment variables for project selection and API interactions.

What is the best way to upload sourcemaps to Sentry for error tracing?

Uploading sourcemaps to Sentry uses command-line execution to associate source map files with specific releases. This CLI approach improves error tracing by ensuring the monitoring platform correctly maps minified production code back to original source files.

Do I need a specific environment to use sentry-cli for deployments?

Yes, using sentry-cli for deployments requires a Sentry account, the sentry-cli tool installed, and environment configuration. Proper authentication and project selection setup are necessary to perform API interactions and manage release records successfully.

Can I send test events to Sentry from the command line to validate instrumentation?

Yes, you can send test events from the command line to validate your Sentry instrumentation. This CLI capability allows developers to quickly triage issues and confirm that error monitoring and deployment hooks are correctly configured before production releases.

Why should I manage Sentry releases via CLI instead of manual steps?

Managing Sentry releases via CLI reduces manual steps and enables automation in development pipelines. It provides a centralized command-line interface to coordinate deployments across environments, monitor releases, and associate sourcemaps, ensuring visibility and reliability across the stack.

Does sentry-cli work for logging deploys and monitoring cron jobs?

Yes, sentry-cli works for logging deploys, setting up hooks, and monitoring cron jobs. It ensures visibility and reliability across your stack by allowing you to record deployment events and track scheduled tasks directly from local workflows or automated pipelines.