next.js
7d2701a2 - [build-sourcemaps] Ensure errors during prerender can be sourcemapped (#78709)

Commit
355 days ago
[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.
Author
Parents
Loading