class ElasticAPM::Span::Context
@api private
def initialize(db: nil, http: nil, tags: {})
def initialize(db: nil, http: nil, tags: {}) @sync = true @db = db && Db.new(db) @http = http && Http.new(http) @tags = tags end
@api private
def initialize(db: nil, http: nil, tags: {}) @sync = true @db = db && Db.new(db) @http = http && Http.new(http) @tags = tags end