diff --git a/integrations/sentry.mdx b/integrations/sentry.mdx index 2daed71..82a3082 100644 --- a/integrations/sentry.mdx +++ b/integrations/sentry.mdx @@ -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.