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
[build-sourcemaps] Ensure errors during prerender can be sourcemapped (#78709)
These weren't sourcemapped because we logged the stack directly as a string. Only actual error instances will be sourcemapped not arbitrary strings.
Now we'll also include digest and `cause` in the error.
0 commit comments