-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
Milestone
Description
Instead of the legacy experimental-serverless-trace we should switch to the server target for building and bundling the Next.js app beginning with the v10.0.9-canary.4 version of Next.js.
History
- Tracing
- Initial support for tracing: Add entrypoint tracing vercel/next.js#25538
- Tracing is added for
next build(min required Version:v11.1.3-canary.96): Move tracing next-server to next build vercel/next.js#30190 - Official support for file-tracing: Add initial documentation for output file tracing vercel/next.js#30199
targetoption in config gets deprecated in Next.js 12: Add deprecation note for target vercel/next.js#30200- Change default target to
server(deprecatesserverless&experimental-serverless-trace) Ensure component load order vercel/next.js#22731