Claude Agent
Set up the Claude Agent integration to send Sentry issues directly to Claude for automated root cause analysis and fix generation.
You can trigger Claude agents from your Seer Autofix tab. The agent is provided with Seer's root cause analysis output and issue context, so it can understand the problem and generate a fix — including opening a branch with the changes.
Sentry Owner, Manager, or Admin permissions are required to install this integration. You must also have an existing Claude workspace and environment set up before connecting to Sentry.
Go to platform.claude.com/dashboard and create an API key for your workspace.
In Sentry, navigate to Settings > Integrations and search for Claude Agent.
Enter your API key. If your workspace isn't "default" or you want to use a specific environment, update those fields here, then save.
If you connect your own Claude environment, it needs access to GitHub so the agent can push a branch with the generated fix.
In your Claude workspace environment settings, either:
- Add api.githubcopilot.com to the list of allowed network hosts
- Allow MCP server network access.
Without one of these, the agent session will not run.
Once installed, you can send any Seer root cause analysis to a Claude agent.
Go to a Sentry issue and click Start Root Cause Analysis.
Once root cause analysis completes, open the dropdown and select Send to Claude Agent.
A card will appear in the drawer for the active session. While the session is running, you can follow along in the Claude Console. Once complete, a button linking to the created branch will appear in the card.
You can trigger Claude Agents automatically via Seer Automation.
Go to your Seer settings, select your project, and configure Claude Agent as the coding agent in the "Coding Agent" section.
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").