next.js/test/e2e/on-request-error/otel/app/app-route/route.js
route.js7 lines133 B
import { connection } from 'next/server'

export async function GET() {
  await connection()
  throw new Error('route-node-error')
}
Quest for Codev2.0.0
/
SIGN IN