Monitors and inspects Sentry production errors and system health data directly through the Sentry API.
This skill enables developers to perform read-only observability and error tracking tasks within Claude Code. By interfacing with the Sentry API, it allows users to list unresolved issues, retrieve event details, and summarize production health without leaving the development environment. It prioritizes security and privacy by requiring local environment variables for authentication, enforcing read-only access, and automatically redacting PII from output logs.
주요 기능
01Read-only API integration for safe production monitoring
02Resolution of Sentry short IDs to full API internal IDs
03Deterministic issue listing with environment and time-range filtering
04Detailed inspection of specific issues and event metadata
052 GitHub stars
06Automatic PII redaction and removal of raw stack traces
사용 사례
01Summarizing the top unresolved production errors from the last 24 hours
02Investigating a specific error reported via a Sentry short ID
03Checking recent event counts and culprits for a specific project