Skip to content

Commit 5bb851a

Browse files
committed
test: temporary sentry test endpoint (will be deleted)
1 parent b96891d commit 5bb851a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import type { RequestHandler } from './$types';
2+
3+
export const GET: RequestHandler = async () => {
4+
throw new Error('Sentry test error — safe to ignore');
5+
};

0 commit comments

Comments
 (0)