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