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
Class Method Summary collapse
- 
  
    
      .activate!  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
Inject DI 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 DI into global objects.
      11 12 13  | 
    
      # File 'lib/datadog/di/extensions.rb', line 11 def self.activate! Core::Configuration::Settings.extend(Configuration::Settings) end  |