GlitchTip
A lightweight, fully open-source, Sentry-SDK-compatible error tracker.
GlitchTip is a from-scratch Django reimplementation of Sentry's original open-source codebase, built to stay simple and stay open. It accepts Sentry's own SDKs unmodified — you only change the DSN — and runs comfortably on a small VPS with Postgres (Valkey/Redis optional for extra performance). It covers error tracking, basic performance/uptime monitoring, and releases, without chasing Sentry's full APM feature set.
Strengths
- +Fully MIT-licensed, no Fair Source or field-of-use restrictions
- +Drop-in for existing Sentry SDKs — swap the DSN, no code changes
- +Runs on as little as 512MB RAM; Postgres is the only hard dependency
- +Actively maintained with monthly releases as of mid-2026
Trade-offs
- −Deliberately thinner feature set than Sentry — no full distributed tracing/profiling suite
- −Smaller ecosystem and community than Sentry itself
- −Frontend and backend live in separate repos, adding a small setup step