Self-hosted · Single Binary · Your Server

Track application errors on your own server.

Capture errors, group stack traces, get alerted. Self-hosted alternative to Sentry.

Install Seismograph Browse all 150 tools
What it is

Seismograph

Seismograph captures errors with stack traces, groups them automatically, and sends alerts. It runs as a single Go binary with embedded SQLite. Free tier covers 5,000 errors/mo.

curl -fsSL https://stockyard.dev/seismograph/install.sh | sh

Error tracking services see every exception your application throws — including the request data, user context, and environment variables attached to each event. Sentry, Rollbar, and Bugsnag process millions of these events and price accordingly: Sentry's Pro plan starts at $26 per month for 50,000 events. High-traffic applications routinely exceed plan limits and face overage charges or dropped events. Self-hosted error tracking removes both the privacy concern and the volume pricing. Your exceptions stay on your server, and the only limit is your disk space.

A self-hosted error tracker should accept events via a standard HTTP API so you can send errors from any language or framework. It should deduplicate repeated errors automatically — seeing the same NullPointerException 10,000 times is noise, not signal. It should support severity levels so you can filter critical errors from warnings. And it should provide enough context per event (stack trace, request data, timestamps) to actually diagnose the problem.

Seismograph accepts error events via POST, deduplicates them by message signature, and groups related events for analysis. Each event carries fields for name, source, severity, payload (stack traces, request context), and tags. The dashboard surfaces top error types, error frequency over time, and lets you acknowledge events to track resolution. The API supports search by keyword and filtering by severity or source.

Your data. Your server. Your rules.

Self-hosted Sentry requires Kafka, Clickhouse, Postgres, and Redis. That is a lot of infrastructure just to track errors. If you want error tracking without running a distributed system, a single binary handles the core use case.

Replaces: Sentry, Rollbar, Bugsnag

Pricing

Free to start. Pro when you need more.

Free
$0
forever, self-hosted

5,000 errors/mo

Pro
$0.99/mo
per month

Unlimited usage, full features

Also from Stockyard
Get started

Self-hosted error tracker.

Single binary. Free to start. $0.99/mo for Pro.

Install Seismograph All 150 tools for $29/mo →
Compare: Seismograph overview · Seismograph vs Sentry · Seismograph vs Rollbar · Seismograph vs Bugsnag · Seismograph vs Honeybadger · Best self-hosted tools · All 150 tools