Sentry Error Capture
Prerequisites
- Sentry SDK installed and configured
- Understanding of error handling
- Application logging infrastructure
See {baseDir}/references/implementation.md for detailed implementation guide.
Output
- Errors with full context in Sentry dashboard
- Filterable tags for issue management
- User attribution for error tracking
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.