Custom logging
By default, SDKs output info and error logs to the console.
You can provide a custom logging callback to capture and forward logs elsewhere, e.g. to your monitoring infrastructure, by setting logsHandler
in your createSource
options:
src/lib/getHypertune.ts
Last updated