2.0.1 • Published 9 years ago

electron-debug-symbols v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

electron-debug-symbols

npm module to install electron debug symbols

usage

var minidump = require("minidump");
minidump.addSymbolPath.apply(minidump, require("electron-debug-symbols").paths);

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

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

heroku config:set ELECTRON_VERSIONS="0.29.2 0.27.1"
2.0.1

9 years ago

2.0.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.29.2

9 years ago