Skip to content

Commit 6f7fd3a

Browse files
authored
docs: Connect Sentry cookbook to Mission Control integration with inbox view (#8762)
1 parent 7e111dc commit 6f7fd3a

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

docs/guides/sentry-mcp-error-monitoring.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ description: "Build an AI-powered error monitoring workflow that analyzes Sentry
44
sidebarTitle: "Sentry Automated Error Analysis with MCP"
55
---
66

7+
<Note>
8+
9+
**🚀 New: Sentry Mission Control Integration with Continuous AI**
10+
11+
The new [Sentry Mission Control Integration](/mission-control/integrations/sentry) enables **[Continuous AI](/guides/continuous-ai)** for error monitoring - where AI agents autonomously detect, analyze, and fix production errors. When Sentry detects an issue, your agent automatically analyzes it, generates a fix, creates a PR, and validates the solution without manual intervention.
12+
13+
**Mission Control Benefits:**
14+
- **Webhook-based triggers** - Automatically respond when new errors occur in production
15+
- **Centralized error workflows** - Manage all error monitoring Tasks from one dashboard
16+
- **Dedicated inbox view** - Monitor all Sentry-related agent activity at [hub.continue.dev/inbox?view=sentry](https://hub.continue.dev/inbox?view=sentry)
17+
- **Metrics & intervention rates** - Track how often agents successfully fix errors without human help
18+
19+
This represents **[Level 2 Continuous AI](/guides/continuous-ai#the-continuous-ai-maturity-model)**: AI handles routine error analysis and fixes autonomously while developers focus on complex problems. As outlined in our [Continuous AI guide](/guides/continuous-ai#best-practices-for-sustainable-continuous-ai), this reduces mean time to resolution (MTTR) and improves application reliability.
20+
21+
**Get Started:** Use this cookbook to understand error monitoring fundamentals, then [enable Mission Control](/mission-control/integrations/sentry) to deploy autonomous error-fixing agents across your organization.
22+
23+
</Note>
24+
725
<Card title="What You'll Build" icon="bug">
826
An automated error monitoring system that uses Continue CLI with Sentry MCP to analyze production errors, identify root causes with AI, and create detailed GitHub issues with suggested fixes.
927
</Card>

docs/mission-control/integrations/sentry.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@ Combine Sentry with GitHub integration for a complete workflow:
249249

250250
Track your agent's error resolution performance:
251251

252-
1. **View in Mission Control**: See all agent runs and their outcomes
253-
2. **Check Sentry**: Verify that issues are being resolved
254-
3. **Review PRs**: Ensure quality of generated fixes
255-
4. **Monitor Metrics**: Track resolution time and success rate
252+
1. **View in Inbox**: Navigate to the [Sentry view](https://hub.continue.dev/inbox?view=sentry) to see all Sentry-related agent activity
253+
2. **Check Sentry Dashboard**: Verify that issues are being resolved in your Sentry account
254+
3. **Review PRs**: Ensure quality of generated fixes in GitHub
255+
4. **Monitor Metrics**: Track mean time to resolution (MTTR) and intervention rates
256256

257257

258258
## Troubleshooting

0 commit comments

Comments
 (0)