Skip to content

Instantly share code, notes, and snippets.

@riccardogiorato
Last active September 29, 2019 15:57
Show Gist options
  • Save riccardogiorato/013b953e5048faca716cafdaa12b4bd4 to your computer and use it in GitHub Desktop.
Save riccardogiorato/013b953e5048faca716cafdaa12b4bd4 to your computer and use it in GitHub Desktop.
<button
onClick={() => {
throw "Sentry is perfect and it catches every error!";
}}
>
This button creates an error!
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment