module Sentry

def get_current_scope

Returns:
  • (Scope, nil) -
def get_current_scope
  return unless initialized?
  get_current_hub.current_scope
end