Local-only, offline mode
You can disable server initialization and use a build-time fallback snapshot of your flag logic to use SDKs in local-only, offline mode. This is useful for running unit tests or using Hypertune in isolated, secure, air-gapped environments.
Set the initDataProvider
option to null
in your createSource
options. You can also set remoteLogging.mode
to off
to disable sending logs to the remote server:
src/lib/getHypertune.ts
Last updated