class ElasticAPM::Subscriber

def initialize(config, agent: ElasticAPM)

def initialize(config, agent: ElasticAPM)
  @config = config
  @agent = agent
  @normalizers = Normalizers.build(config)
end