Test Errors
Trigger server errors to verify Sentry and Better Stack capture them.
Throw Exception
Calls POST /api/test-errors/throw — the server throws immediately.
Client Error After API Call
Fetches GET /api/job-offers?pageSize=1, then throws a client-side JavaScript error.
Client Error From Bundled Code
Throws from an imported, Vite-minified module — the case that needs uploaded source maps to read in Sentry.