next.js/test/e2e/app-dir/cache-components-allow-otel-spans/instrumentation.ts
instrumentation.ts6 lines129 B
export async function register() {
  if (process.env.NEXT_RUNTIME !== 'edge') {
    await import('./instrumentation.node')
  }
}
Quest for Codev2.0.0
/
SIGN IN