Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 3 additions & 22 deletions integrations/sentry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,8 @@ When you connect Sentry to Tembo, an [MCP server](/features/mcp-servers) is auto

# Troubleshooting

### Errors Not Triggering Fixes
**Errors not triggering fixes?** Check project mapping on the Integrations page, verify webhooks are receiving events, and ensure Sentry captures sufficient stack trace info. Tembo may deduplicate fixes for already-addressed errors.

If Sentry errors aren't generating pull requests with fixes:
**Project mapping issues?** Use the sync button to refresh projects, verify Tembo has access to the projects, and confirm the Sentry organization is connected.

1. **Check project mapping** - Verify the Sentry project is mapped to the correct GitHub repository on the Integrations page
2. **Verify webhook status** - Ensure the Sentry webhook is properly configured and receiving events
3. **Review error frequency** - Tembo may deduplicate fixes for errors that have already been addressed
4. **Check error context** - Ensure Sentry is capturing sufficient stack trace information for Tembo to analyze

### Project Mapping Issues

If you're having trouble mapping Sentry projects to repositories:

1. **Refresh project list** - Use the sync button on the Integrations page to refresh Sentry projects
2. **Verify permissions** - Ensure Tembo has access to the Sentry projects you want to map
3. **Check organization access** - Confirm the Sentry organization is properly connected

### Webhook Not Receiving Events

If Tembo isn't receiving Sentry webhooks:

1. **Verify integration status** - Check the Integrations page to confirm Sentry is connected
2. **Test with a new error** - Trigger a test error to verify the webhook pipeline
3. **Review Sentry settings** - Ensure webhooks are enabled for your Sentry organization
**Webhook not receiving events?** Verify integration status on the Integrations page, trigger a test error to check the pipeline, and ensure webhooks are enabled in Sentry settings.