29 MB. Runs on a $5 VPS. Uses your existing Sentry SDKs with zero code changes. SQLite for small. Postgres for big.
128 API endpoints mapped. 37 matched today. We ship more every week.
Stack traces, breadcrumbs, tags, user context, release tracking. Automatic grouping. Noise filtering. The stuff that matters.
Distributed traces and transaction timing. Track p50, p95, p99 out of the box. Find slow endpoints before users complain.
DOM snapshots, mouse tracking, console logs. See exactly what the user saw when the error happened. Linked to the stack trace.
Continuous profiling via the Sentry profiling protocol. Find the function that's burning CPU. Spot regressions between releases.
Detect when your cron jobs go silent. Check-in compatible with every Sentry SDK that supports cron monitoring.
Counters, gauges, distributions, sets. Push through the Sentry metrics API. Build dashboards on your own terms.
You don't need to touch your application code. Change the DSN. Redeploy. Watch events flow in.
One curl command. Works on Linux, macOS, ARM, x86.
curl -L get.urgentry.dev | sh
SQLite by default. Add --db postgres://... for Postgres.
urgentry serve
Point your Sentry SDK at urgentry. One line change.
dsn: "http://key@your-server:8080/1"
Push the config change. Events start appearing in seconds. Your SDK code stays identical.
MIT licensed. No usage limits. No "open core" bait-and-switch. The binary you download is the whole product. Contributions welcome.