class Sentry::Hub

def with_scope(&block)

def with_scope(&block)
  push_scope
  yield(current_scope)
ensure
  pop_scope
end