Sentry for React teams —
errors, replays & releases in one place
Remetry tracks your frontend errors with symbolicated stack traces, records session replays around them, watches your API latency, and tells you which deploy made things worse.
Everything between an exception and a fix
One pipeline from your users' browsers to your dashboard: capture, group, symbolicate, replay, compare against the previous release, alert.
Error tracking
Global handlers plus a React error boundary. Events are grouped into issues by release-stable fingerprints, and stack traces are symbolicated with the source maps you upload from CI.
Session replay
rrweb-based recording, lazy-loaded so it never bloats your bundle. On-error mode keeps a ring buffer and only ships the moments around a crash. Inputs masked by default.
API monitoring
An opt-in plugin patches fetch/XHR and reports every request. URLs normalise server-side (/orders/123 → /orders/:id) into per-endpoint P75/P95 latency and error rate.
Release regression detection
Every deploy is diffed against its predecessor — error rate via a traffic-normalised statistical test, LCP p75 via effect-size thresholds — so "errors +245%, LCP +1.2s" gets flagged, not noise.
Alerts
Error spikes fan out to Slack, generic webhooks, and email — deduplicated across replicas, so one incident means one ping, not a pager storm.
Self-host it all
The entire platform — ingestion, ClickHouse analytics, replay storage, dashboard — runs from one docker compose up on your own box, licensed under FSL-1.1 with an Apache 2.0 future grant.
Two ways to run Remetry
Start on the hosted cloud in minutes, or own the whole data plane on your own infrastructure. Same code, same features.
Remetry Cloud
Sign up, create a project, drop the SDK into your app. We run the ingestion, storage, and dashboard for you.
- No infrastructure to operate
- TLS, backups, upgrades handled
- Project-scoped API keys & team access
Your own box
Everything ships in one compose stack: Go ingestion & worker, ClickHouse, Postgres, Redis, MinIO, and the dashboard.
Instrument your app in two minutes
One small browser SDK. Errors and web-vitals are on by default; API monitoring and session replay are a plugin away.
- Install the SDKOne dependency, plugins load lazily.
- Initialise with your DSNGrab it from your project settings after signup.
- Ship itErrors, vitals, requests and replays start flowing to your dashboard.