module Sentry

def clone_hub_to_current_thread

Returns:
  • (void) -
def clone_hub_to_current_thread
  return unless initialized?
  Thread.current.thread_variable_set(THREAD_LOCAL, get_main_hub.clone)
end