Thomas G. Lopes
sentry sdk
7e2783c
raw
history blame
172 Bytes
<script>
function throwTestError() {
throw new Error("Sentry Example Frontend Error");
}
</script>
<button type="button" onclick={throwTestError}>Throw error</button>