
GlitchTip
Open-source Sentry-compatible error tracking and observability

GlitchTip is an open-source error tracking and observability platform that implements a Sentry-compatible intake API. It provides error aggregation, basic APM-style transaction visibility, and uptime monitoring via a Django backend paired with an Angular frontend.
Key Features
- Sentry-compatible event intake allowing existing Sentry client SDKs to report errors and transactions.
- Error aggregation and issue grouping with searchable issue lists and event details.
- Application performance monitoring that surfaces slow requests, database calls, and transaction traces.
- Uptime monitoring (ping-style checks) with alerts delivered via email or webhooks.
- Deployable with Docker and Docker Compose, Kubernetes Helm chart available for cluster installs.
- Backend built on Django with worker tasks via Celery; PostgreSQL is the primary data store.
- Optional cache/message broker usage of Valkey/Redis for improved performance and Celery brokering.
- Hosted SaaS offering available alongside comprehensive self-hosting docs and Docker images.
Use Cases
- Centralize and triage runtime exceptions and stack traces from web and mobile apps using existing Sentry SDKs.
- Monitor web application latency and identify slow endpoints and database calls for performance troubleshooting.
- Keep track of site uptime with scheduled pings and receive alerts when endpoints fail to respond.
Limitations and Considerations
- Some enterprise SSO workflows (notably SAML multi-tenant SSO) are a known area of ongoing discussion and work; available social/OAuth providers are supported via django-allauth but full SAML multi-tenant support is not yet standard.
- For larger deployments, Valkey/Redis is recommended for Celery brokering, caching, and sessions; Postgres-only mode is experimental and may yield lower performance.
- Feature parity with commercial Sentry varies; a few advanced grouping, fingerprinting and analytics features are under active development or improvement.
GlitchTip is suited for teams that need a budget-friendly, open-source alternative for error tracking and basic observability while retaining compatibility with Sentry client tooling. It supports both small single-server installs and larger containerized deployments with documented configuration and upgrade paths.
Categories:
Tags:
Tech Stack:
Similar Services

Uptime Kuma
Self-hosted uptime monitoring with alerts and status pages
Uptime Kuma is a self-hosted uptime monitoring tool for HTTP(S), TCP, ping, DNS and more, with notifications, charts, and public status pages.

Netdata
Real-time, per‑second full‑stack monitoring and observability
Open-source, agent-based monitoring platform delivering per-second metrics, edge ML anomaly detection, tiered time-series storage and centralized cloud UI.

Grafana
Observability dashboards and alerting for metrics, logs, and traces
Grafana is an open source observability and data visualization platform for querying, graphing, and alerting on metrics, logs, and traces across many data sources.

Prometheus
Monitoring system and time-series database for metrics and alerting
Prometheus is an open-source monitoring and time-series database for collecting metrics, querying with PromQL, and alerting on system and application health.
Sentry
Error tracking and application performance monitoring platform
Sentry is a developer-focused platform for error tracking, performance monitoring, and tracing to help teams detect, investigate, and fix issues faster.
Glances
Cross-platform system monitoring tool with TUI, Web UI, and APIs
Glances is a cross-platform system monitoring tool providing a terminal dashboard, web UI, and REST/XML-RPC APIs for local or remote monitoring and exporting metrics.

Django
Angular
Redis
Docker