Open source backend for ACRA reports.
Go to file
2013-05-23 01:58:04 +02:00
_attachments Add user tracking emulation through use of avatars generated from the installation_id. Filtering reports on installation_id still to be done. 2013-05-23 01:58:04 +02:00
imgsrc Add PSD source of the solved bug icon. 2013-05-10 00:28:37 +02: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 Update couchapp/erica ignore files. 2013-05-20 11:44:50 +02: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 Update couchapp/erica ignore files. 2013-05-20 11:44:50 +02: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 install grunt cli before running grunt 2013-03-03 01:36:20 -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 Added parameters to couchapp task to deploy on couchapprc environment either dev or dist sources. Added a deploy task chaining build and couchapp:prod:dist 2013-03-05 23:30:02 +01: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 Update grunt-contrib-jshint to latest version to fix it comaining about needing space between "function" and "()" - https://github.com/jshint/jshint/issues/451 2013-03-04 00:21:14 -08:00
README.md Update README.md 2013-03-06 07:54:09 +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.