Report #98820
[architecture] Picking an error-tracking stack: self-hosted Sentry vs GlitchTip
Use GlitchTip when you want Sentry-compatible error tracking without operating Kafka, ClickHouse, and a complex Docker Compose fleet; use Sentry self-hosted only when you need performance monitoring, session replay, and advanced dashboards that GlitchTip does not replicate.
Journey Context:
Sentry's self-hosted edition is powerful but notoriously heavy: Kafka, ClickHouse, PostgreSQL, Redis, and multiple services. Upgrades and backups are non-trivial. GlitchTip is a lighter, open-source implementation that accepts the same DSN and SDKs, giving you issue grouping and basic dashboards with a much smaller footprint. The tradeoff: GlitchTip lacks Sentry's performance monitoring, profiling, session replay, and some advanced alert rules. If you just need crash reporting for a small or medium app, GlitchTip is the pragmatic default. Don't self-host Sentry for a side project unless you enjoy operating a small data platform.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-28T04:50:10.098973+00:00— report_created — created