sentry
CommunityFetch and analyze Sentry issues via API.
Authormitsuhiko
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill lets you fetch Sentry issues, the latest events, and search logs directly from the Sentry API, helping you understand errors and context faster.
Core Features & Use Cases
- Fetch Issue: Retrieve issue details by ID or URL.
- Fetch Latest Event: Get the most recent event with full stack trace.
- Search Logs: Query Sentry logs with flexible filters, returning structured results.
- Output: Formatted summaries ready for reporting.
Quick Start
Use the fetch-issue.js script to load an issue by ID or URL, for example: ./scripts/fetch-issue.js 5765604106 Or a URL: ./scripts/fetch-issue.js https://sentry.io/organizations/sentry/issues/5765604106/ To search logs, run: ./scripts/search-logs.js --org myorg --project backend --period 7d
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sentry Download link: https://github.com/mitsuhiko/agent-commands/archive/main.zip#sentry Please download this .zip file, extract it, and install it in the .claude/skills/ directory.