Created
October 24, 2018 15:46
-
-
Save kasunkv/7e18a80b469afd5476a6af6f6775ca28 to your computer and use it in GitHub Desktop.
Send exceptions to sentry.
This file contains 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 { | |
// Your code | |
} catch (err) { | |
sentry.captureException(err); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment