Sentry-compatible. Zero migration.

Replace Sentry in one command

A single 29MB Go binary that speaks Sentry's protocol. Your SDKs don't know the difference.

terminal
# Download and run. That's it.
$ curl -fsSL get.urgentry.dev | sh
downloading urgentry v0.1.0 (29MB)... done

$ urgentry serve
listening on :8080
storage: sqlite (./urgentry.db)
ingest ready — point your DSN here
Download View Source

Three steps. No containers.

If you can run a binary, you can run urgentry.

1

Install

One curl. One binary. Works on Linux, macOS, and Windows.

curl -fsSL get.urgentry.dev | sh
2

Point your SDKs

Change the DSN in your Sentry SDK config. Same SDK, new destination.

SENTRY_DSN=http://...@your-server:8080/1
3

Done

Errors, transactions, sessions, profiles — all flowing into your server. No other config needed.

urgentry serve --listen :8080
29MB
Binary size
183MB/s
Ingest throughput
128
API endpoints mapped
0
External dependencies

All six Sentry surfaces

Not a toy. A real error tracking stack in one process.

Error Tracking

Stack traces, breadcrumbs, tags, user context. Compatible with Sentry's event envelope format.

Performance

Transactions and spans. Distributed tracing that stays on your infrastructure.

Session Replay

DOM snapshots and click heatmaps. See the user's screen before and during the crash.

Profiling

CPU flame graphs attached to transactions. Find the hot path without guessing.

Cron Monitors

Track scheduled jobs. Get alerted when they skip or take too long. Same check-in API as Sentry.

Custom Metrics

Counters, gauges, distributions, sets. Ship business metrics alongside error data.

Early adopters

"Swapped our DSN, restarted. Took maybe 90 seconds. All our Python errors showed up immediately."
JD
Testimonial Placeholder
Backend Engineer
"Running it on a $5 Hetzner box. 12 services reporting in. Memory sits around 80MB. Wild."
SK
Testimonial Placeholder
DevOps, Startup
"We needed error tracking for an air-gapped environment. This was the only thing that worked without Docker."
MR
Testimonial Placeholder
Platform Engineer

Placeholder testimonials — replace with real quotes

Try it in 30 seconds

No Docker. No accounts. No credit card. Just a binary and a port.

curl -fsSL get.urgentry.dev | sh