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.
--enable-source-maps
1 parent 63b5c49 commit 51b4a1bCopy full SHA for 51b4a1b
doc/api/cli.md
@@ -336,6 +336,11 @@ effort to report stack traces relative to the original source file.
336
Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from
337
modifying the stack trace.
338
339
+Note, enabling source maps can introduce latency to your application
340
+when `Error.stack` is accessed. If you access `Error.stack` frequently
341
+in your application, take into account the performance implications
342
+of `--enable-source-maps`.
343
+
344
### `--experimental-global-customevent`
345
346
<!-- YAML
0 commit comments