-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Backends
Acralyzer is an open source backend created by the original author of ACRA. It is currently unmaintained. It can be used as is, and is quite stable. But no support will be provided at the moment.
Acrarium is an open source backend created by the current maintainer of ACRA. It has not reached stable status yet.
Being an open source project, ACRA welcomes all initiatives to integrate its reports in any other backend/analysis tool.
Here is a list of solutions we are aware of.
Their UI is often more polished than Acralyzer and they can provide some more handy features or integration with other bug tracking / project management tools.
- Sentry also released an ACRA Sender
- Hockeyapp OSX, iOS and Android beta distribution platform and crash reports collection. There is a more complete sender contributed by Antoine Bouthors
- Bugify - commercial PHP bug and issue tracker published an ACRA sender
- LogEntries, log management service you can eventually use to collect crash reports.
- Tracepot - backend made directly for ACRA
We did not test any of the following backends. Some are in early development stage. Support is provided by their respective developers.
- acra-reporter - java AppEngine backend by Matthew Winters.
- sdimmick's android crash reports - python AppEngine backend
- BrokenOpenApp, a multi-project and user Symfony2 app with ProGuard support seeks testers
- The Simplest PHP ACRA backend - 10 lines of code to just write each received report to a single file.
- ACRAViz Open-source, Silex/Doctrine powered backend for visualizing crash reports from ACRA library for Android.
- Medialoha are developing their own opensource backendMAB-LAB. Source will be available on GitHub soon.
- Marvinlabs are developing their own opensource backend, acra-server a demo server is available to let you discover its features.
- CrashReportsViewer opensource PHP backend by Benoit Duffez
- Crash Report Dashboard FORK open source PHP backend for ACRA, originally by Arvid Gerstmann.
- X2ON's Android ACRA Server + sender by Felix Schulze / X2ON
- ACRA Mailer forwards reports to an email address in a nicely formatted email. Allows to receive reports by mail without going through an intent (and user action to send the mail)
- TBSFactory ACRA Server
- ACRA PHP Mailer simple JSON report receiver which forwards the crash report to an email address
- The simplest PHP SQL backend a simple backend with SQL compability.
- Android app with server component to view your errors. A backend as an app, which retrieves error logs from a server component
- Acracadabra forwards reports to an email address. Allows to receive reports by mail without going through an intent (and user action to send the mail)
- Johnny Crash
- ACRA Web.py
- Django ACRA Ready To Go Helper! Django Model, View and Admin Panel for ACRA.
- node acra reporter provided by Gavin Mogan who is also contributing to Acralyzer.
- acra node server
- acra-go Backend written in Go language, comes with dashboard, no external dependencies.
- acra-collector Backend written in Rust. Very simple, no dashboard. Logs the crash to a file and sends an e-mail.