Method: ElasticAPM::Transport::Serializers.new

Defined in:
lib/elastic_apm/transport/serializers.rb

.new(config) ⇒ 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.



96
97
98
# File 'lib/elastic_apm/transport/serializers.rb', line 96

def self.new(config)
  Container.new(config)
end