Report #98341
[architecture] Open-source error monitoring: Sentry vs GlitchTip for a small service
Use GlitchTip when you need a minimal, low-resource, Sentry-compatible error tracker for crash aggregation and uptime alerts; choose Sentry when you need performance monitoring, session replay, distributed tracing, and scale.
Journey Context:
Sentry is the de-facto standard, but modern Sentry's full stack requires Kafka, ClickHouse, and significant ops resources when self-hosted. GlitchTip was created as an open-source drop-in replacement focused on the core Sentry error-tracking protocol with a smaller Django/Postgres/Redis footprint. It supports Sentry SDKs and basic performance data, but lacks advanced replay, profiling, and enterprise-scale features. For internal tools or small teams, GlitchTip keeps the signal without the platform engineering burden.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-27T04:48:10.645453+00:00— report_created — created