Open source Bugsnag alternative

Use Logister for grouped errors, ownership, and useful notification cadences.

Logister is independent and is not affiliated with Bugsnag. It is an open source, self-hosted error monitoring and bug triage app for teams that want a forkable alternative to Bugsnag, Sentry, and Bugzilla-style workflows.

When Logister fits

Choose Logister when alerts need to become owned work.

Logister groups repeated exceptions into issue-like error groups, then lets teams assign owners, filter inboxes by assignment, mark issues fixed, ignore noise, archive historical work, and inspect request context before deciding what to do.

Notifications

Keep email tied to intent.

Project notification preferences are split into purpose-based paths for error triage, project health, workflow routing, digest summaries, delivery controls, and operational notices. Self-hosted installs use standard Rails SMTP settings, commonly backed by Amazon SES, and Sidekiq sends mail outside the web request.

Read notification docs.

Operations

Run releases from your own infrastructure path.

Versioned Docker images are published to GHCR and Docker Hub after CI, Fly deploy, and health checks pass, with optional Quay mirrors when configured. Self-hosters can pin a version such as ghcr.io/taimoorq/logister:v2.8 or docker.io/taimoorq/logister:v2.8, use latest, or build from source.

Read the Docker self-hosting guide.

Evaluate

Check grouping, ownership, and mail before comparing feature lists.

  1. Send two similar exceptions from the same runtime and confirm they group into one issue.
  2. Assign the grouped issue, filter the inbox by owner, and change the issue status.
  3. Enable one error triage notification and one digest for a project user.
  4. Trigger a test event and confirm Sidekiq delivers the expected email through SMTP or SES.
  5. Pin one Docker image tag in the deployment plan so the evaluation matches a repeatable release.