sentry
✓Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times.
Installation
SKILL.md
Access Sentry data via the API for debugging and investigation. Uses auth token from /.sentryclirc.
| Find errors on a date | search-events.js --org X --start 2025-12-23T15:00:00 --level error | | List open issues | list-issues.js --org X --status unresolved | | Get issue details | fetch-issue.js --latest | | Get event details | fetch-event.js --org X --project Y | | Search logs | search-logs.js --org X --project Y "level:error" |
Get full details of a specific event by its ID.
Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times. Source: mitsuhiko/agent-stuff.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mitsuhiko/agent-stuff --skill sentry- Source
- mitsuhiko/agent-stuff
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is sentry?
Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times. Source: mitsuhiko/agent-stuff.
How do I install sentry?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mitsuhiko/agent-stuff --skill sentry Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mitsuhiko/agent-stuff
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01