diff --git a/doc/api/tracing.md b/doc/api/tracing.md index 0adeed4713a7d8..e1a72a708863a5 100644 --- a/doc/api/tracing.md +++ b/doc/api/tracing.md @@ -46,6 +46,7 @@ The available categories are: `runInNewContext()`, `runInContext()`, and `runInThisContext()` methods. * `v8`: The [V8][] events are GC, compiling, and execution related. * `node.http`: Enables capture of trace data for http request / response. +* `node.module_timer`: Enables capture of trace data for CJS Module loading. By default the `node`, `node.async_hooks`, and `v8` categories are enabled.