OtherOptions
OtherOptions =
object
Defined in: sdks/js/browser-sdk/src/types/options.ts:81
Properties
Section titled “Properties”disableAutoRegister?
Section titled “disableAutoRegister?”
optionaldisableAutoRegister?:boolean
Defined in: sdks/js/browser-sdk/src/types/options.ts:105
Disable automatic registration when creating a client
loggingLevel?
Section titled “loggingLevel?”
optionalloggingLevel?:LogLevel
Defined in: sdks/js/browser-sdk/src/types/options.ts:93
Logging level
performanceLogging?
Section titled “performanceLogging?”
optionalperformanceLogging?:boolean
Defined in: sdks/js/browser-sdk/src/types/options.ts:89
Enable performance metrics
structuredLogging?
Section titled “structuredLogging?”
optionalstructuredLogging?:boolean
Defined in: sdks/js/browser-sdk/src/types/options.ts:85
Enable structured JSON logging
waitForRegistrationVisible?
Section titled “waitForRegistrationVisible?”
optionalwaitForRegistrationVisible?:VisibilityConfirmationOptions
Defined in: sdks/js/browser-sdk/src/types/options.ts:111
Options for waiting until client registration is visible on the network.
When set, registerIdentity waits until the backend can read the registration.
workerConfig?
Section titled “workerConfig?”
optionalworkerConfig?:WorkerConfigOptions
Defined in: sdks/js/browser-sdk/src/types/options.ts:101
Tuning for the background worker scheduler (intervals, jitter, per-worker overrides, and disabled workers). All fields are optional; omitting this object preserves the default worker behavior.
Intervals are specified in nanoseconds.

