Optionalmode'off' — no events are collected or sent.'telemetry' — technical analytics only (default).'full' — full user-action event stream.OptionalurlWhere to send events. Defaults to the hosted collector.
Point this at a local endpoint to inspect what the SDK actually emits without reaching the network — the only way to verify analytics changes locally, since the hosted collector rejects requests from a development origin.
Analytics configuration forwarded to the SDK's internal tracker.
Analytics is opt-out. The default mode is
'telemetry'— minimal, anonymous signals used for technical research and issue debugging. Setmode: 'off'to disable, ormode: 'full'to opt into the full event stream.