Skip to content

Instantly share code, notes, and snippets.

@vudngo
Created August 22, 2018 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vudngo/a032633381d2a0d85a44d30fc51d6319 to your computer and use it in GitHub Desktop.
Save vudngo/a032633381d2a0d85a44d30fc51d6319 to your computer and use it in GitHub Desktop.
var error = new Error("The error message");
error.stack = "Error: The error message\n at HTMLButtonElement.<anonymous> (http://localhost:8080/dist/main.js:22:39141)\n at HTMLButtonElement.o (http://localhost:8080/dist/main.js:22:18397)";
console.log(error.stack);
Raven.captureException(error);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment