Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 172 Bytes
7e2783c |
1 2 3 4 5 6 7 8 |
<script>
function throwTestError() {
throw new Error("Sentry Example Frontend Error");
}
</script>
<button type="button" onclick={throwTestError}>Throw error</button>
|