instrumentation.ts 132 Bytes EditWeb IDE 1 2 3 4 5 export async function register() { if (process.env.NEXT_RUNTIME === 'nodejs') { await import('./instrumentation.node'); } }