Module: Datadog::SymbolDatabase::Extensions Private

Defined in:
lib/datadog/symbol_database/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.

Registers the symbol_database settings group on core's Settings.

Class Method Summary collapse

Class Method Details

.activate!void

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.

This method returns an undefined value.

Extends core Settings with the symbol_database settings group.



12
13
14
# File 'lib/datadog/symbol_database/extensions.rb', line 12

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