← ClaudeAtlas

sentrylisted

Monitor and debug application errors via the Sentry CLI. Use when triaging production errors or managing releases.
fworks-tech/agenthood · ★ 2 · AI & Automation · score 69
Install: claude install-skill fworks-tech/agenthood
# sentry-cli Use `sentry-cli` for Sentry error monitoring. ## Common Commands ### Issues - List issues: `sentry-cli issues list --org <org>` - Resolve issue: `sentry-cli issues resolve <id>` - Ignore issue: `sentry-cli issues ignore <id>` ### Releases - Create release: `sentry-cli releases new <version>` - Finalize release: `sentry-cli releases finalize <version>` - List releases: `sentry-cli releases list` ### Source Maps - Upload: `sentry-cli sourcemaps upload ./dist` ## Notes - Auth token from https://sentry.io/settings/account/api/auth-tokens/ - Set `SENTRY_AUTH_TOKEN`, `SENTRY_ORG` env vars