Error Tracking Setup
Set up comprehensive error tracking to catch, group, and resolve production errors quickly. Covers tool selection, SDK integration, source maps, alert rules, and workflows for triaging and fixing errors.
Usage
Ask about setting up error tracking for your stack, configuring alerts, or establishing error triage workflows.
Examples
- "How do I set up Sentry for my Next.js application?"
- "What error tracking tool works best for a small team?"
- "How do I configure error alerts to avoid notification fatigue?"
Guidelines
- Upload source maps to get readable stack traces in production
- Tag errors with release versions to track regressions
- Set up alert rules that escalate based on error frequency and impact
- Add user context to errors for easier reproduction
- Review and resolve errors regularly to prevent alert fatigue