
Telebugs
Self-hosted error tracking system and Sentry alternative

Telebugs is a lightweight, self-hosted error tracking system designed as a focused alternative to Sentry. It collects, groups, and notifies teams about application errors while keeping all data under your control.
Key Features
- Ruby on Rails backend with a Turbo + Stimulus-driven UI to minimize JavaScript framework complexity
- Compatible with existing Sentry SDKs and uses DSN-style endpoints for drop-in integration
- Docker-based installer with a single-command setup, automatic SSL provisioning, and optional auto-updates
- Default storage with SQLite for minimal administration and a simple deployment footprint
- Solid Queue for background jobs (designed to avoid a Redis dependency and reduce operational complexity)
- Error grouping, full backtraces, breadcrumbs, tags, contexts, and attachments to aid debugging
- Team management, invite links, email notifications and PWA push notifications for real-time alerts
- One-time licensing model with unlimited events/projects (no recurring event quotas)
Use Cases
- Primary error tracker for small to medium teams that want on-premise control and low operational overhead
- Backup or staging/trunk environment to preserve expensive SaaS quotas while retaining compatible SDK workflows
- Regulated environments (GDPR/CCPA) or agencies that require private hosting and full data ownership
Limitations and Considerations
- Telebugs focuses strictly on error tracking; performance monitoring/APM, profiling, and session replay are not provided
- Telebugs does not include a built-in Sentry data import tool; migrating from Sentry requires a custom script or manual migration
- Default stack (SQLite + Solid Queue) favors simplicity; very high-volume, multi-node deployments may require custom scaling or alternative DB choices
- License restricts reuse and redistribution of the product source outside the allowed scope; each license covers a single domain
In summary, Telebugs is a pragmatic, minimal-dependency error tracker for teams that prioritize privacy, simplicity, and predictable hosting costs. It suits projects that need reliable error aggregation and notifications without the complexity of heavyweight observability platforms.
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.

JavaScript
Ruby on Rails
HTML
Docker