sentry-error-capture

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Sentry Error Capture

Sentry错误捕获

Prerequisites

前提条件

  • Sentry SDK installed and configured
  • Understanding of error handling
  • Application logging infrastructure
See
{baseDir}/references/implementation.md
for detailed implementation guide.
  • 已安装并配置Sentry SDK
  • 具备错误处理相关知识
  • 拥有应用日志基础设施
详见
{baseDir}/references/implementation.md
获取详细实现指南。

Output

输出结果

  • Errors with full context in Sentry dashboard
  • Filterable tags for issue management
  • User attribution for error tracking
  • Sentry仪表盘中带有完整上下文的错误信息
  • 可用于问题管理的可筛选标签
  • 用于错误追踪的用户归因信息

Error Handling

错误处理

See
{baseDir}/references/errors.md
for comprehensive error handling.
详见
{baseDir}/references/errors.md
获取全面的错误处理内容。

Examples

示例

See
{baseDir}/references/examples.md
for detailed examples.
详见
{baseDir}/references/examples.md
获取详细示例。

Resources

参考资源