Minimum breakpad crash reports collecting server
Перейти к файлу
Cheng Zhao 84ec486912 Merge pull request #14 from chocoladisco/master
added npm scripts
2017-03-20 15:26:24 -07:00
bin Allow installing as cli tool. 2013-11-19 19:58:42 +08:00
src Upgrade to express 4. 2015-09-18 09:22:07 -07:00
views Send back report ID, fixes #5 2014-11-11 02:58:56 +00:00
.gitignore Save minidump uploads. 2013-11-18 16:30:09 +08:00
.npmignore Save minidump uploads. 2013-11-18 16:30:09 +08:00
Gruntfile.coffee Initial empty server. 2013-11-18 15:02:16 +08:00
LICENSE Initial empty server. 2013-11-18 15:02:16 +08:00
README.md 📝 Fix the location of symbols in docs. 2014-02-19 10:17:44 +00:00
package.json added express-json 2017-02-27 17:00:07 +01:00

README.md

mini-breakpad-server

Minimum collecting server for crash reports sent by google-breakpad.

Features

  • No requirement for setting up databases or web servers.
  • Collecting crash reports with minidump files.
  • Simple web interface for viewing translated crash reports.

Run

  • npm install .
  • grunt
  • Put your breakpad symbols under pool/symbols/PRODUCT_NAME
  • node lib/app.js