Created
October 14, 2017 12:45
-
-
Save surajair/4db2f9b402245e03eb5457fb472fd90f to your computer and use it in GitHub Desktop.
sentry error example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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