module Sentry

def configure_scope(&block)

Returns:
  • (void) -

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