Advanced Error Tracking & Resolution System
7.7/10Overall
7.7AI
No user ratings
Submitted Jul 22AI evaluated Jul 22
Prompt
Comprehensive error tracking, analysis, and automated resolution workflows:
**Error Detection & Aggregation:**
- Set up comprehensive error tracking across applications
- Implement error aggregation and deduplication
- Create error severity classification and prioritization
- Design error pattern recognition and analysis
**Automated Error Analysis:**
- Implement root cause analysis automation
- Create error correlation and impact analysis
- Set up error trend analysis and prediction
- Design error classification and categorization
**Error Resolution Workflows:**
- Create automated error fix suggestions and recommendations
- Implement error resolution tracking and validation
- Set up error escalation and notification workflows
- Design post-resolution analysis and learning capture
**Performance Error Monitoring:**
- Monitor performance degradation and errors
- Implement real-user monitoring and error correlation
- Set up error impact on business metrics tracking
- Create performance error alerting and response
**Error Prevention & Proactive Monitoring:**
- Implement predictive error detection and prevention
- Set up proactive monitoring and health checks
- Create error prevention automation and safeguards
- Design error testing and validation workflows
**Example Error Operations:**
```bash
# Error log analysis
grep -E "(ERROR|FATAL|EXCEPTION)" app.log | awk '{print $1,$2,$NF}' | sort | uniq -c
# Error monitoring setup
sentry-cli --auth-token=$SENTRY_TOKEN upload-sourcemaps build/
# Application health check
curl -f http://localhost:3000/health || exit 1
# Error alert setup
node error-monitor.js --threshold=10 --window=5m
```
Provide complete error tracking and resolution workflows with automation and prevention.
AI Evaluation
How we evaluateClaude 3 Haiku
AI Evaluation
8.3/10
GPT-4 Mini
AI Evaluation
7.0/10
User Rating
No ratings yet. Be the first to rate!
Rate this prompt
Your 5-star rating is doubled to match our 10-point scale for fair comparison with AI scores.