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 ee6412a commit fb11643Copy full SHA for fb11643
doc/api/cli.md
@@ -280,6 +280,11 @@ effort to report stack traces relative to the original source file.
280
Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from
281
modifying the stack trace.
282
283
+Note, enabling source maps can introduce latency to your application
284
+when `Error.stack` is accessed. If you access `Error.stack` frequently
285
+in your application, take into account the performance implications
286
+of `--enable-source-maps`.
287
+
288
### `--experimental-global-customevent`
289
290
<!-- YAML
0 commit comments