Method: ElasticAPM::Config#replace_options
- Defined in:
- lib/elastic_apm/config.rb
#replace_options(new_options) ⇒ 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.
182 183 184 185 186 187 188 189 |
# File 'lib/elastic_apm/config.rb', line 182 def () return if .nil? || .empty? = .dup .each do |key, value| .fetch(key.to_sym).set(value) end = end |