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>