Skip to content

Instantly share code, notes, and snippets.

@davidjbeveridge
Created May 25, 2011 18:20
Show Gist options
  • Save davidjbeveridge/991541 to your computer and use it in GitHub Desktop.
Save davidjbeveridge/991541 to your computer and use it in GitHub Desktop.
Hoptoad Error reporting
try {
// Some possibly erroneous code.
throw new Error("Whoops. Bad stuff happened.");
} catch (e) {
Hoptoad.notify(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment