why is this a thing
All checks were successful
deploy / deploy (push) Successful in 1m30s

This commit is contained in:
Lee 2023-10-20 16:21:19 +01:00
parent 921ce140f7
commit f981426ae0

@ -1,7 +0,0 @@
import { NextResponse } from "next/server";
// A faulty API route to test Sentry's error monitoring
export function GET() {
throw new Error("Sentry Example API Route Error");
return NextResponse.json({ data: "Testing Sentry Error..." });
}