class ElasticAPM::Context

def initialize(custom: {}, tags: {})

def initialize(custom: {}, tags: {})
  @custom = custom
  @tags = tags
end