| name | fix-sentry-issue |
| description | Investigates the most actionable open Sentry issue for force-production, locates the root cause in source code, and opens a fix PR. Use when asked to look at Sentry, fix a Sentry issue, or investigate production errors. |
Fix a Sentry issue
Prerequisites
You need the Sentry MCP server connected to Claude Code. Run this once:
claude mcp add --transport http sentry https://mcp.sentry.dev/mcp
Then authenticate when prompted.
Sentry org: artsynet — project: force-production
Check Sentry MCP is available
Before doing anything else, verify the Sentry MCP tools are accessible by attempting to call mcp__sentry__whoami. If the call fails or the tool is not available, stop immediately and tell the user:
The Sentry MCP server is not connected. Use /mcp to reconnect it, or run claude mcp add --transport http sentry https://mcp.sentry.dev/mcp if it hasn't been added yet. Then start a new session and try again.
Do not attempt to work around this using the REST API, environment variables, or subagents.
Use this checklist to track progress: