Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created October 24, 2018 15:46
Show Gist options
  • Save kasunkv/7e18a80b469afd5476a6af6f6775ca28 to your computer and use it in GitHub Desktop.
Save kasunkv/7e18a80b469afd5476a6af6f6775ca28 to your computer and use it in GitHub Desktop.
Send exceptions to sentry.
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