What problem does it solve? When production errors occur, engineers need fast visibility into Sentry issues without leaving their AI coding environment or manually navigating the Sentry dashboard. This Skill queries the Sentry API directly to list issues, inspect events, and summarize production errors with automatic PII redaction. ## Core Features & Use Cases - Issue Listing and Search: List unresolved issues filtered by environment, time range, and search query, ordered by most recent activity. - Issue and Event Inspection: Resolve short IDs to issue IDs, fetch issue details, and pull event data with pagination and retry handling. - Privacy-Safe Output: Automatically redacts emails and IP addresses from API responses and never prints raw stack traces or auth tokens. - Use Case: Ask your agent "List the top 10 open issues for prod in the last 24h" and receive an ordered report with titles, short IDs, occurrence counts, and last-seen timestamps. ## Quick Start Set your SENTRY_AUTH_TOKEN environment variable and ask the agent to list the top open production issues from the last 24 hours.