Module: Datadog::ErrorTracking::Ext Private
- Defined in:
- lib/datadog/error_tracking/ext.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Error Tracking constants
Constant Summary collapse
- ENV_HANDLED_ERRORS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'DD_ERROR_TRACKING_HANDLED_ERRORS'
- ENV_HANDLED_ERRORS_INCLUDE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'DD_ERROR_TRACKING_HANDLED_ERRORS_INCLUDE'
- HANDLED_ERRORS_ALL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'all'
- HANDLED_ERRORS_USER =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'user'
- HANDLED_ERRORS_THIRD_PARTY =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'third_party'
- DEFAULT_HANDLED_ERRORS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
nil
- VALID_HANDLED_ERRORS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
[HANDLED_ERRORS_ALL, HANDLED_ERRORS_USER, HANDLED_ERRORS_THIRD_PARTY].freeze
- SPAN_EVENTS_HAS_EXCEPTION =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'_dd.span_events.has_exception'
- RUBY_VERSION_WITH_RESCUE_EVENT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'3.3'