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