This commit is contained in:
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..." });
|
||||
}
|
Loading…
Reference in New Issue
Block a user