module Sentry

def with_scope(&block)

Returns:
  • (void) -

Other tags:
    Yieldparam: scope -
def with_scope(&block)
  return yield unless initialized?
  get_current_hub.with_scope(&block)
end