Skip to content

Instantly share code, notes, and snippets.

@surajair
Created October 14, 2017 12:45
Show Gist options
  • Save surajair/4db2f9b402245e03eb5457fb472fd90f to your computer and use it in GitHub Desktop.
Save surajair/4db2f9b402245e03eb5457fb472fd90f to your computer and use it in GitHub Desktop.
sentry error example
try {
doSomething(a[0]) // possibly can cause an exception
} catch(e) {
Raven.captureException(e)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment