TiloBox
Back to directory
Errbit project preview

Errbit

The open-source, self-hosted error catcher compatible with the Airbrake API.

LicenseMIT
GitHub stars4.5k
Last commit1 weeks ago
Tags5 topics
Ruby On RailsError TrackingMongodbException LoggerAirbrake Compatible
Overview

Why consider Errbit?

Errbit is an open-source error catcher and exception notifier built with Ruby on Rails and MongoDB. It aggregates unhandled exceptions and error alerts across Ruby, Python, Node, and PHP apps.

Guided learning

Learn Errbit by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Errbit

Errbit is a self-hosted error notification backend compatible with the Airbrake API specification. It groups similar exceptions together and integrates with Slack, Email, and webhook alerts.

Deploying with Docker

bash
1docker run -d \
2 --name errbit \
3 -p 8080:8080 \
4 -e MONGO_URL=mongodb://mongo:27017/errbit \
5 errbit/errbit:latest

Access the Errbit interface on http://localhost:8080.

Errbit is licensed under the permissive MIT License.

Related tools

More options with a similar category or technology profile.

Errbit FAQs

Errbit is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Errbit is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Errbit is listed as an alternative to Airbrake. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.