Comparison · Self-hosted vs Self-hosted

Seismograph vs Sentry

Sentry is $26/mo (Team). Seismograph is a self-hosted alternative at $0.99/mo. Here's when each makes sense.

Try Seismograph Free Seismograph overview
SeismographSentry
HostingSelf-hosted, your infraSelf-hosted option exists but requires Docker, Postgres, Redis, Kafka, Clickhouse
Data locationYour server, your diskYour server (if self-hosted)
Free tier5,000 errors/moPaid only
Pro pricing$0.99/mo$26/mo (Team)
DependenciesNone (single binary + SQLite)Docker, Postgres, etc.
Setup time~30 seconds15-30 minutes (self-host)
DashboardBuilt-in at /uiWeb UI
LicenseBSL 1.1Open source
When to use Seismograph

Pick Seismograph when you want simplicity and ownership.

Seismograph is a single Go binary with embedded SQLite. Install it with one command, and you are running in under a minute. Your data stays on your server.

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

Sentry makes sense when you need more.

Sentry is the industry standard for error tracking with an incredibly deep feature set. If you need performance monitoring, session replay, or have a large team with complex workflows, Sentry is hard to beat. If you want simple error tracking on your own server without running Kafka and Clickhouse, Seismograph does the core job.
Deciding between the two

The decision between Seismograph and Sentry usually comes down to one question: do you need the breadth of features that Sentry offers, or would a focused tool that stays out of your way be a better fit? Sentry has spent years building an ecosystem around error tracker. Seismograph does one thing well and gives you complete control of the underlying data.

Architecturally, Seismograph and Sentry could not be more different. Sentry runs on distributed cloud infrastructure with load balancers, managed databases, CDNs, and redundancy across availability zones. Seismograph is a single process writing to a single file on a single disk. That sounds fragile until you realize that SQLite handles more concurrent readers than most web applications will ever need, and WAL mode means reads never block writes.

Both Seismograph and Sentry offer self-hosted options, but the operational requirements differ. Self-hosted option exists but requires Docker, Postgres, Redis, Kafka, Clickhouse Seismograph is a single binary with embedded SQLite — no containers, no external databases, no orchestration. The practical difference: Seismograph runs on a $5 VPS with no configuration. Self-hosting Sentry typically requires a more substantial infrastructure investment.

Migration path

If you are currently using Sentry and considering Seismograph, start by running both in parallel. Install Seismograph on a test server, point your workflow at it for a week, and compare the experience. Seismograph's data directory is isolated — running a trial costs nothing beyond the compute. If Seismograph does not fit, delete the binary and the data directory. There is nothing else to clean up.

FAQ
Is Seismograph a Sentry alternative?
Both track application errors. Seismograph is a focused self-hosted error tracker (single binary). Sentry is a full observability platform with performance monitoring, profiling, and session replay.
Does Seismograph support source maps?
Pro tier supports source map uploads for JavaScript stack trace deobfuscation.
Related

Seismograph overview

Get started

Self-hosted error tracker in 30 seconds.

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

Install Seismograph All 150 tools for $29/mo →
Back to Seismograph · Seismograph vs Rollbar · Seismograph vs Bugsnag · Seismograph vs Honeybadger · Self-hosted error tracker · Pricing alternative · All 150 tools · Complete bundle