Skip to content

Commit

Permalink
doc: add performance note to --enable-source-maps docs
Browse files Browse the repository at this point in the history
PR-URL: #43817
Reviewed-By: Ben Coe <bencoe@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
saurabhdaware authored and juanarbol committed Oct 11, 2022
1 parent ac8d2de commit 5c721a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api/cli.md
Expand Up @@ -272,6 +272,11 @@ effort to report stack traces relative to the original source file.
Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from
modifying the stack trace.

Note, enabling source maps can introduce latency to your application
when `Error.stack` is accessed. If you access `Error.stack` frequently
in your application, take into account the performance implications
of `--enable-source-maps`.

### `--experimental-fetch`

<!-- YAML
Expand Down

0 comments on commit 5c721a3

Please sign in to comment.