electron-debug-symbols

2.0.1 • Public • Published

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"

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i electron-debug-symbols

      Weekly Downloads

      11

      Version

      2.0.1

      License

      MIT

      Last publish

      Collaborators

      • ivogeorgiev