class ElasticAPM::Context

@api private

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

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