class Sentry::Hub

def bind_client(client)

def bind_client(client)
  layer = current_layer
  if layer
    layer.client = client
  end
end