class Sentry::Hub::Layer

def initialize(client, scope)

def initialize(client, scope)
  @client = client
  @scope = scope
end