Capturing Handled Errors In Error Tracking

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Overview

Datadog tracing libraries can automatically report handled errors. The errors are attached through span events to the span in which they are handled. They are also directly reported to Error Tracking.

Requirements

Supported languages
Python, Ruby
  • Your Datadog Agent must be configured for Standalone Backend Error Tracking or APM. You must be running Agent version 7.61.0 or higher.
  • Your application must be instrumented with:
    • dd-trace-py version 3.8.0 or higher for Python
    • dd-trace-rb version 2.16.0 or higher for Ruby

Capturing handled errors is only available in APM Error Tracking or Standalone Backend Error Tracking. Error Tracking for Logs and RUM is not supported.

Setup

Set up your application to capture handled errors using one of the following official Datadog tracing libraries:

Python
Ruby

Further reading