Skip to content

Commit 51d6ba9

Browse files
bdougieContinueRomneyDa
authored
docs: Remove use cases for Sentry agents (#8780)
* Remove use cases for Sentry agents Removed detailed use cases for Sentry agents including automatic error resolution, error pattern analysis, priority triage, release quality monitoring, performance issue detection, and user impact analysis. * Trigger CI re-run Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev> --------- Co-authored-by: Continue <noreply@continue.dev> Co-authored-by: Dallin Romney <dallinromney@gmail.com>
1 parent 2f7f96e commit 51d6ba9

File tree

1 file changed

+4
-120
lines changed

1 file changed

+4
-120
lines changed

docs/mission-control/integrations/sentry.mdx

Lines changed: 4 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -67,122 +67,6 @@ Connect Sentry to Continue Mission Control to enable agents to automatically det
6767

6868
</Tip>
6969

70-
## Use Cases
71-
72-
### Automatic Error Resolution
73-
74-
Create agents that fix errors as they occur:
75-
76-
<Card title="Error Resolver Agent" icon="wrench">
77-
78-
**Task Example**: "Monitor new Sentry errors and create PRs with fixes for straightforward issues"
79-
80-
**What the Agent Does**:
81-
- Receives notifications when new errors occur
82-
- Analyzes the stack trace and error context
83-
- Identifies the root cause in your codebase
84-
- Generates a fix and creates a pull request
85-
- Links the PR back to the Sentry issue
86-
87-
**Run in Mission Control**: Set up as an automation triggered by Sentry webhooks
88-
89-
</Card>
90-
91-
### Error Pattern Analysis
92-
93-
Identify and resolve systemic issues:
94-
95-
<Card title="Pattern Analyzer Agent" icon="chart-line">
96-
97-
**Task Example**: "Analyze error patterns from the last 7 days and identify common root causes"
98-
99-
**What the Agent Does**:
100-
- Groups similar errors together
101-
- Identifies patterns in stack traces and user actions
102-
- Determines if errors are related to specific releases or features
103-
- Creates comprehensive reports with recommendations
104-
- Opens issues for systemic problems requiring architectural changes
105-
106-
**Run in Mission Control**: Schedule to run weekly or after major releases
107-
108-
</Card>
109-
110-
### Priority Triage
111-
112-
Automatically prioritize critical errors:
113-
114-
<Card title="Error Triage Agent" icon="list-check">
115-
116-
**Task Example**: "Triage new Sentry issues by impact, assign severity levels, and notify the appropriate team"
117-
118-
**What the Agent Does**:
119-
- Evaluates error frequency and user impact
120-
- Assigns priority levels (critical, high, medium, low)
121-
- Tags errors by component and team
122-
- Creates GitHub issues for high-priority errors
123-
- Notifies relevant team members
124-
125-
**Run in Mission Control**: Create as an automation triggered on new Sentry issues
126-
127-
</Card>
128-
129-
### Release Quality Monitoring
130-
131-
Track error rates across deployments:
132-
133-
<Card title="Release Monitor Agent" icon="rocket">
134-
135-
**Task Example**: "Compare error rates before and after the latest release and flag any regressions"
136-
137-
**What the Agent Does**:
138-
- Compares error metrics between releases
139-
- Identifies new errors introduced in the latest release
140-
- Calculates error rate changes by percentage
141-
- Generates release quality reports
142-
- Creates rollback recommendations if error rates spike
143-
144-
**Run in Mission Control**: Trigger after each deployment or on a schedule
145-
146-
</Card>
147-
148-
### Performance Issue Detection
149-
150-
Monitor and resolve performance degradation:
151-
152-
<Card title="Performance Watcher Agent" icon="gauge-high">
153-
154-
**Task Example**: "Identify performance regressions from Sentry performance monitoring and suggest optimizations"
155-
156-
**What the Agent Does**:
157-
- Analyzes transaction duration trends
158-
- Identifies slow database queries or API calls
159-
- Detects N+1 query problems
160-
- Suggests code optimizations
161-
- Creates PRs with performance improvements
162-
163-
**Run in Mission Control**: Schedule daily or trigger on performance alerts
164-
165-
</Card>
166-
167-
### User Impact Analysis
168-
169-
Understand how errors affect your users:
170-
171-
<Card title="Impact Analyzer Agent" icon="users">
172-
173-
**Task Example**: "Generate a report on which users are most affected by current errors and prioritize fixes accordingly"
174-
175-
**What the Agent Does**:
176-
- Identifies users experiencing multiple errors
177-
- Analyzes error distribution across user segments
178-
- Correlates errors with user churn or frustration signals
179-
- Creates prioritized fix lists based on user impact
180-
- Generates customer communication templates
181-
182-
**Run in Mission Control**: Run weekly or before customer check-ins
183-
184-
</Card>
185-
18670
## Running Sentry Agents in Mission Control
18771

18872
You can run Sentry-connected agents in two ways:
@@ -249,10 +133,10 @@ Combine Sentry with GitHub integration for a complete workflow:
249133

250134
Track your agent's error resolution performance:
251135

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
136+
1. **View in Mission Control**: See all agent runs and their outcomes
137+
2. **Check Sentry**: Verify that issues are being resolved
138+
3. **Review PRs**: Ensure quality of generated fixes
139+
4. **Monitor Metrics**: Track resolution time and success rate
256140

257141

258142
## Troubleshooting

0 commit comments

Comments
 (0)