brave/vault-analytics

Name: vault-analytics

Owner: Brave Software

Description: Vault stats and analytics

Created: 2016-02-02 18:50:35.0

Updated: 2018-05-24 14:42:09.0

Pushed: 2018-05-24 14:43:47.0

Homepage: null

Size: 26598

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Brave Analytics

Graphical view of usage / crash stats and analytics, crash reporting

Setup

Clone the repo

Install dependencies npm install

npm run build && npm start

Running Tests

npm run build && npm run test

Crash symbols

Crash symbols are retrieved and stored by the brave/electron-debug-symbols npm module. It uses a space separated BRAVE_VERSIONS environment variable to determine which versions to store on Heroku. Currently we are limited to three versions due to sizing restrictions in the compressed dyno.

The environment variable should be modified either in the Heroku interface or through the heroku toolset.

heroku config:set BRAVE_VERSIONS='1.3.8 1.3.10 1.3.15' heroku config:set NODE_MODULES_CACHE='false'

The symbols will be retrieved and stored on the next commit / push to Heroku.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.