Quickstart
Five minutes from pnpm add @coderadar/sdk to first event in the dashboard. Wires up DSN, environment, release, and one alert.
Install, instrument, alert. Start with the Quickstart, then pick the SDK guide for your runtime. Concepts and API reference are below for when you need them.
Five minutes from pnpm add @coderadar/sdk to first event in the dashboard. Wires up DSN, environment, release, and one alert.
Per-language setup guides for Node, Browser, Python, and Go — including framework auto-instrumentation, manual capture, breadcrumbs, and user context.
Node SDK →The mental model: projects, events, breadcrumbs, traces, fingerprints, releases, alerts. Read this once, refer back when needed.
Read →Rule syntax (threshold + pattern), channel configuration, cooldowns, group_by, on-call rotations. YAML format and dashboard form both supported.
Read →REST endpoints for ingest (/v1/events, /v1/traces, /v1/sourcemaps) and query (/v1/query). OTLP-compatible alias.
Single script tag or npm package. ~12 KB gzipped. Captures unhandled errors, unhandled rejections, console errors, fetch breadcrumbs.
Read →FastAPI / Flask / Django middleware. Sync and async capture. structlog transport.
Read →net/http auto-wrap. chi / gin / echo helpers in submodules. defer client.Flush() on shutdown.