Module: Datadog::DI::Extensions Private

Defined in:
lib/datadog/di/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 DI features

API:

  • private

Class Method Summary collapse

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 DI into global objects.

API:

  • private



11
12
13
# File 'lib/datadog/di/extensions.rb', line 11

def self.activate!
  Core::Configuration::Settings.extend(Configuration::Settings)
end