Skip to content

Commit aeb93b9

Browse files
committed
Add test error page to test sentry
1 parent da39e1e commit aeb93b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export async function GET(event) {
2+
throw new Error('wow massive error definitely not a test');
3+
return {};
4+
}

0 commit comments

Comments
 (0)