We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef5e98 commit 34858d2Copy full SHA for 34858d2
packages/next/src/server/patch-error-inspect.ts
@@ -321,7 +321,7 @@ function parseAndSourceMap(
321
inspectOptions: util.InspectOptions
322
): string {
323
// TODO(veil): Expose as CLI arg or config option. Useful for local debugging.
324
- const showIgnoreListed = true
+ const showIgnoreListed = false
325
// We overwrote Error.prepareStackTrace earlier so error.stack is not sourcemapped.
326
let unparsedStack = String(error.stack)
327
// We could just read it from `error.stack`.
0 commit comments