Skip to content

Instantly share code, notes, and snippets.

@lele85
Created October 16, 2015 12:39
Show Gist options
  • Save lele85/11fb7d8c5a76a348e261 to your computer and use it in GitHub Desktop.
Save lele85/11fb7d8c5a76a348e261 to your computer and use it in GitHub Desktop.
require("crash-reporter").start({
productName: "Electron",
companyName: "Github, Inc.",
submitUrl: "http://127.0.0.1:3000/help/crashes",
autoSubmit: true
});
process.crash();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment