Docs

Docs.

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.

01

Quickstart

Five minutes from pnpm add @coderadar/sdk to first event in the dashboard. Wires up DSN, environment, release, and one alert.

Read →
02

SDKs

Per-language setup guides for Node, Browser, Python, and Go — including framework auto-instrumentation, manual capture, breadcrumbs, and user context.

Node SDK →
03

Concepts

The mental model: projects, events, breadcrumbs, traces, fingerprints, releases, alerts. Read this once, refer back when needed.

Read →
04

Alerts

Rule syntax (threshold + pattern), channel configuration, cooldowns, group_by, on-call rotations. YAML format and dashboard form both supported.

Read →
05

API reference

REST endpoints for ingest (/v1/events, /v1/traces, /v1/sourcemaps) and query (/v1/query). OTLP-compatible alias.

Read →
06

Browser SDK

Single script tag or npm package. ~12 KB gzipped. Captures unhandled errors, unhandled rejections, console errors, fetch breadcrumbs.

Read →
07

Python SDK

FastAPI / Flask / Django middleware. Sync and async capture. structlog transport.

Read →
08

Go SDK

net/http auto-wrap. chi / gin / echo helpers in submodules. defer client.Flush() on shutdown.

Read →

Where to find things