We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--enable-source-maps
1 parent ac8d2de commit 5c721a3Copy full SHA for 5c721a3
doc/api/cli.md
@@ -272,6 +272,11 @@ effort to report stack traces relative to the original source file.
272
Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from
273
modifying the stack trace.
274
275
+Note, enabling source maps can introduce latency to your application
276
+when `Error.stack` is accessed. If you access `Error.stack` frequently
277
+in your application, take into account the performance implications
278
+of `--enable-source-maps`.
279
+
280
### `--experimental-fetch`
281
282
<!-- YAML
0 commit comments