Extends
Omit<ClientOptions,"baseUrl"|"headers">
Properties
apiKey?
optionalapiKey?:string
dataPlaneUrl?
optionaldataPlaneUrl?:string
headers?
optionalheaders?:Record<string,string>
middleware?
optionalmiddleware?:Middleware[]
serverUrl?
optionalserverUrl?:string
Deprecated
UsedataPlaneUrl instead. The old name will be removed in
the next major version. Setting this option still works but logs a
deprecation warning to stderr on client construction.
verbose?
When true, logs the resolved API URL, a masked API key, and the SDK package + version viaoptionalverbose?:boolean
console.error on client construction (stderr in
Node, devtools in the browser). Useful for confirming which environment,
credential, and SDK build the client is configured with. Defaults to
true when the HH_VERBOSE environment variable is set to 'true'
(case-insensitive).

