Use this template
Open Daily Sentry Error Fixes in Devin and create the automation with the default configuration. You can customize it before saving.
Looking for a hands-on walkthrough? See the step-by-step tutorial for Daily Sentry Error Fixes.
What this automation does
Instead of a human triaging Sentry every morning, Devin does it for you on a cron schedule. The built-in Sentry MCP gives Devin read access to your Sentry organization, so it can rank issues by user impact, pull full event payloads, reproduce the failure locally, and push branches with targeted fixes.How it works
Trigger: Schedule event —recurring
- Event:
schedule:recurring- Conditions:
rrulematchesFREQ=DAILY;BYHOUR=6;BYMINUTE=0
- Conditions:
Prerequisites
- MCP servers:
- Sentry MCP — connects Devin to Sentry
Example prompt
The template ships with this prompt. You can edit it after clicking Use template, or leave it as-is.Setting it up
- Open Automations → Templates in Devin.
- Click Daily Sentry Error Fixes. The create page opens with this template pre-filled.
- Connect any required integrations and install MCP servers if you haven’t already.
- Replace any placeholder values in the trigger conditions (for example, swap
your-org/your-repofor your actual repo). - Review the prompt and adjust it for your team’s language, conventions, and guardrails.
- Click Create automation.
When to use this template
- Chewing through production error backlog without tying up engineering time
- Cleaning up low-priority “we’ll get to it” Sentry issues that never actually get fixed
- Turning each morning’s standup into a PR-review meeting instead of a triage meeting
- Keeping
unresolvedcounts flat even while shipping at high velocity
Customization ideas
- Change the cadence (hourly, daily, weekly) with a custom cron expression
- Narrow the query to a single Sentry project or environment
- Raise or lower the “top N” cap to balance cost vs. coverage
- Attach a playbook with your team’s error-fix conventions (testing, logging, monitoring)
