Fix Sentry test button
This commit is contained in:
parent
0f5956b7a3
commit
3599cad2e2
@ -37,7 +37,13 @@ function Home() {
|
||||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
<button onClick={methodDoesNotExist}>Break the world</button>;
|
||||
<button
|
||||
onClick={() => {
|
||||
throw Error("AHHHHHH");
|
||||
}}
|
||||
>
|
||||
Break the world
|
||||
</button>
|
||||
<Flex
|
||||
sx={{
|
||||
flexDirection: "column",
|
||||
|
Loading…
Reference in New Issue
Block a user