module Sentry

def set_context(*args)

@!macro set_context
@!method set_context
def set_context(*args)
  return unless initialized?
  get_current_scope.set_context(*args)
end