diff --git a/doc/api/cli.md b/doc/api/cli.md index 854920b25754f2..09b8523236060b 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -280,6 +280,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-global-customevent`