Sentry CLI
Installation
SKILL.md
Sentry CLI
Official CLI for Sentry. Manages releases, debug information files, source maps, cron monitors, logs, and event sending. Used in CI/CD pipelines and build processes.
- Repo: https://github.com/getsentry/sentry-cli
- Docs: https://docs.sentry.io/cli/
- Compatibility: Sentry SaaS and Self-Hosted 24.11.1+
Installation
# npm
npm i -g @sentry/cli
# curl
curl -sL https://sentry.io/get-cli/ | bash
# Homebrew
brew install getsentry/tools/sentry-cli