sentry-error-capture
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSentry Error Capture
Sentry错误捕获
Prerequisites
前提条件
- Sentry SDK installed and configured
- Understanding of error handling
- Application logging infrastructure
See for detailed implementation guide.
{baseDir}/references/implementation.md- 已安装并配置Sentry SDK
- 具备错误处理相关知识
- 拥有应用日志基础设施
详见获取详细实现指南。
{baseDir}/references/implementation.mdOutput
输出结果
- Errors with full context in Sentry dashboard
- Filterable tags for issue management
- User attribution for error tracking
- Sentry仪表盘中带有完整上下文的错误信息
- 可用于问题管理的可筛选标签
- 用于错误追踪的用户归因信息
Error Handling
错误处理
See for comprehensive error handling.
{baseDir}/references/errors.md详见获取全面的错误处理内容。
{baseDir}/references/errors.mdExamples
示例
See for detailed examples.
{baseDir}/references/examples.md详见获取详细示例。
{baseDir}/references/examples.md