class ElasticAPM::Context::User
def initialize(id: nil, email: nil, username: nil)
def initialize(id: nil, email: nil, username: nil) @id = id @email = email @username = username end
def initialize(id: nil, email: nil, username: nil) @id = id @email = email @username = username end