Module: Datadog::ErrorTracking::Extensions Private
- Defined in:
- lib/datadog/error_tracking/extensions.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.
Extends Datadog tracing with ErrorTracking features
Class Method Summary collapse
-
.activate! ⇒ Object
private
Inject Error Tracking into global objects.
Class Method Details
.activate! ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Inject Error Tracking into global objects.
11 12 13 |
# File 'lib/datadog/error_tracking/extensions.rb', line 11 def self.activate! Core::Configuration::Settings.extend(Configuration::Settings) end |