You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(nextjs): Add post-build script for Vercel testing (getsentry#4053)
This adds a script to be run after the nextjs app is built when testing an SDK branch on Vercel. More specifically, it
- moves the command to make the bundle analysis files available on the deployed app from a one-liner in the Vercel project settings to a script (because the code to do that correctly turns out to be a little more complicated than we thought),
- looks in the correct location for files created by `experimental-serverless-trace` builds, and
- only attempts to move the files if they exist.
0 commit comments