rsnext/test/e2e/instrumentation-hook
Steven abe74a5211
fix: call instrumentationHook earlier for prod server (#63536)
This ensures that the instrumentation hook for Node.js will run
immediately during `next start` instead of waiting for the first request
like does it `next dev`.

However, if there is a separate instrumentation hook for Edge, that will
still be lazy evaluated and wait until the first request.

Fixes #59999 
Fixes NEXT-2738
2024-03-21 13:11:03 +00:00
..
general Fix instrument bundling as client components (#60984) 2024-01-24 20:02:53 +01:00
with-async-edge-page Ensure NextBuildContext is only used during build (#60099) 2024-01-02 10:25:52 +01:00
with-async-node-page Ensure NextBuildContext is only used during build (#60099) 2024-01-02 10:25:52 +01:00
with-edge-api Ensure NextBuildContext is only used during build (#60099) 2024-01-02 10:25:52 +01:00
with-edge-page Ensure NextBuildContext is only used during build (#60099) 2024-01-02 10:25:52 +01:00
with-esm-import Ensure NextBuildContext is only used during build (#60099) 2024-01-02 10:25:52 +01:00
with-middleware Ensure NextBuildContext is only used during build (#60099) 2024-01-02 10:25:52 +01:00
with-node-api Ensure NextBuildContext is only used during build (#60099) 2024-01-02 10:25:52 +01:00
with-node-page Ensure NextBuildContext is only used during build (#60099) 2024-01-02 10:25:52 +01:00
instrumentation-hook.test.ts fix: call instrumentationHook earlier for prod server (#63536) 2024-03-21 13:11:03 +00:00