Sentry
A society of AI agents with impeccable standards and zero tolerance for 'fix stuff' commits.
npx -y skills add fworks-tech/agenthood --skill sentryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Monitor and debug application errors via the Sentry CLI. Use when triaging production errors or managing releases.
SKILL.md
1.2 KB, as published. Nobody here has run it
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_ORGenv vars