sdk docs/install + events + security

SDK installation

Copy-paste installs, versioned contracts, and safety defaults — from loader to ingest to hardening.

/
Press / to search, Esc to clear.
SDK install
Copy-paste patterns you can ship safely
versioned
Web SDKNext.jsServer APISecurity & abuse controlsMore adapters coming
bounded telemetry perf safe abuse ready
sdk
Web SDK (Script install)
Drop-in script with deterministic delivery, session-scoped IDs, and a bounded event contract.
Install-first playbook — safe defaults, bounded telemetry, deterministic receipts.
What you get
  • Lightweight loader with retry/backoff and idempotent init.
  • Session-scoped identifiers (no PII required).
  • Event contract is versioned; unknown events are ignored safely.
  • Sampling + batching to protect performance.
Rollout
step 1
observe-only (events only)
step 2
sampling + batching tuned
step 3
enable decision calls
escape
killswitch → no-op
Defaults
scope
session
contract
events v1
perf
<2ms sync init
fallback
no-op safe
privacy
no PII required
Observability
events
batched + acked
drops
reason-coded
latency
p50/p95 client
errors
init + transport
replay
requestId thread
Press / to search.