diff --git a/doc/api/process.md b/doc/api/process.md index 4a4a60c2735d98..842e83b8f9bb62 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2009,6 +2009,19 @@ if (process.getgroups) { This function is only available on POSIX platforms (i.e. not Windows or Android). +## `process.getSourceMapsEnabled()` + + + +> Stability: 1 - Experimental + +* Returns: {boolean} + +The `process.getSourceMapsEnabled()` method returns whether the +[Source Map v3][Source Map] support for stack traces is enabled. + ## `process.getuid()`