Open source backend for ACRA reports.
Go to file
2013-03-02 23:17:21 -08:00
_attachments script/config.js file has user changes in it, so for now don't minify it 2013-03-02 23:03:30 -08:00
imgsrc Loader image resources 2013-01-30 01:25:47 +01:00
usertemplates Fix RSS link 2013-02-13 23:22:15 +01:00
_id Initial commit 2012-11-04 23:24:26 +01:00
.bowerrc Setup grunt file for everything. 2013-03-02 16:53:53 -08:00
.couchappignore grunt watch task. Will deploy with couchapp on file change. Added .couchapp_deploy file for couchapp configs 2013-03-02 23:01:51 -08:00
.couchapprc Initial commit 2012-11-04 23:24:26 +01:00
.editorconfig html files in editorconfig 2013-02-25 17:12:23 -08:00
.ericaignore grunt watch task. Will deploy with couchapp on file change. Added .couchapp_deploy file for couchapp configs 2013-03-02 23:01:51 -08:00
.gitignore grunt watch task. Will deploy with couchapp on file change. Added .couchapp_deploy file for couchapp configs 2013-03-02 23:01:51 -08:00
.jshintignore Added jsignore to ignore vendors directory 2013-02-24 18:04:17 -08:00
.jshintrc add indent and trailing space to jshint support 2013-02-28 20:08:28 -08:00
.travis.yml migrate travis-ci to grunt as well 2013-03-02 23:17:21 -08:00
component.json Setup grunt file for everything. 2013-03-02 16:53:53 -08:00
couchapp.json integrating angularjs and d3js 2012-11-11 02:00:17 +01:00
Gruntfile.js grunt watch task. Will deploy with couchapp on file change. Added .couchapp_deploy file for couchapp configs 2013-03-02 23:01:51 -08:00
language Initial commit 2012-11-04 23:24:26 +01:00
LICENSE Addition of a dedicated view for direct access to one report from RSS 2013-02-10 00:36:24 +01:00
package.json remove htmlmin as it seriously breaks some of the angularjs custom tags 2013-03-02 23:01:44 -08:00
README.md Fix URL to Travis build picture. 2013-02-25 21:18:48 +01:00

Click here to lend your support to: ACRA - Application Crash Reports for Android and make a donation at www.pledgie.com !

Build Status

ACRALYZER

Acralyzer is a frontend web application enabling ACRA users to analyze reports sent by their applications.

Acralyzer is Copyright 2013 Kevin Gaudin (kevin.gaudin@gmail.com) and licensed under the terms of the GNU General Public License version 3.

Components

Acralyzer is the frontend analysis tools. It needs to be connected to a backend storage server.

The default storage endpoint for Acralyzer is acra-storage.

Both Acralyzer and acra-storage are CouchApps. CouchApps are web applications made of HTML/Javascript files and served directly by a CouchDB.

Acralyzer uses other open source software:

Documentation

Full setup instructions are available in the Acralyzer Wiki on Github.