sentry-cli Plugin
Plugin Claude Code Monitoring Monitoring & ObservabilityClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
sentry-cli is a command-line interface for Sentry, described in its GitHub README as "Built for developers and AI agents." It supports authenticating with Sentry, listing issues with automatic project/DSN detection, and getting AI-powered root cause analysis and fix plans through Sentry's Seer integration. It can be installed via an install script, Homebrew, or npm/pnpm/yarn/bun, and can also be run without installing (e.g., npx sentry@latest). The plugin item itself is described as providing "Skills for using the Sentry CLI to interact with Sentry from the command line."
Overview
Per the Sentry homepage, Sentry is application monitoring software covering error monitoring, logs, session replay, tracing, profiling, uptime and cron monitoring, and other observability features, accessed via SDKs, integrations (including GitHub, Slack, Jira, Linear, and Sentry CLI), and its AI debugging agent Seer. sentry-cli is the command-line client used to interact with this platform.
What you can do with sentry-cli
- Authenticate with Sentry via sentry auth login
- List issues with automatic project/DSN detection (sentry issue list)
- Get AI-powered root cause analysis for an issue (sentry issue explain)
- Generate an AI-generated fix plan for an issue (sentry issue plan)
- Use --json output on commands for scripting and pipelines
- Open any resource in the browser with the -w flag
- Work across multiple projects in a monorepo, with generated short aliases
- Use sentry-cli programmatically as a Node.js library (createSentrySDK) instead of spawning a subprocess
Sources
Original description (English)
Skills for using the Sentry CLI to interact with Sentry from the command line
History of sentry-cli
- Plugin Added sentry-cli