Features
- Automatic error monitoring - Detects new errors as they occur in your production environment
- Stack trace analysis - Analyzes error context, breadcrumbs, and related data to understand root causes
- Intelligent fixes - Generates pull requests with code changes that address the specific error
- Webhook-driven - Responds immediately when Sentry reports new issues
Installation
Connect
Navigate to the Integrations page in Tembo and click the
Connect button next to Sentry.Authorize
Authorize Tembo to access your Sentry account with permissions to read error data and receive webhook events. You’ll be redirected back to the Integrations page when authorization is complete.
Supported Webhooks
Tembo listens to Sentry issue lifecycle events and maps them to automation triggers (reference them assentry.<event> in your triggerName). The Integrations page in the app shows the live set enabled for your org. Supported events:
issue.createdissue.regressionissue.resolvedissue.ignoredissue.assigned
How It Works
- Error Detected - Sentry captures an error in your application and sends a webhook to Tembo
- Analysis - Tembo retrieves the full error context, including stack traces, breadcrumbs, and environment details
- Solution Generation - Tembo analyzes your codebase and creates an appropriate fix
- Pull Request - A PR is automatically opened in your repository with the fix and context
- Review & Iterate - Use the Feedback Loop to refine the solution if needed
Best Practices
- Map accurately — Connect Sentry projects to the repositories where errors occur; verify mappings for monorepos
- Capture context — Enable comprehensive stack traces, source maps, breadcrumbs, and custom tags in Sentry
- Review PRs — Always review before merging; use the Feedback Loop to iterate; test in staging first