Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

brave/electron-debug-symbols

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-debug-symbols

npm module to install brave/electron debug symbols

usage

var minidump = require("minidump")
minidump.addSymbolPath.apply(minidump, require("electron-debug-symbols").pathsForVersion('x.x.x'))

// now when using minidump.walkStack, it would give a more understandable report due to having debug symbols

You can use BRAVE_VERSIONS environment variables to make the module install custom versions, for example when deploying to Heroku.

heroku config:set BRAVE_VERSIONS="0.29.2 0.27.1"

About

npm module to install electron debug symbols

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.7%
  • JavaScript 32.3%