()
| 9 | } |
| 10 | // A faulty API route to test Sentry's error monitoring |
| 11 | export function GET() { |
| 12 | throw new SentryExampleAPIError("This error is raised on the backend called by the example page."); |
| 13 | return NextResponse.json({ data: "Testing Sentry Error..." }); |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected