class Sentry::Hub

def clone

def clone
  layer = current_layer
  if layer
    scope = layer.scope&.dup
    Hub.new(layer.client, scope)
  end
end