We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda30f9 commit 6671f7eCopy full SHA for 6671f7e
doc/api/tracing.md
@@ -46,6 +46,7 @@ The available categories are:
46
`runInNewContext()`, `runInContext()`, and `runInThisContext()` methods.
47
* `v8`: The [V8][] events are GC, compiling, and execution related.
48
* `node.http`: Enables capture of trace data for http request / response.
49
+* `node.module_timer`: Enables capture of trace data for CJS Module loading.
50
51
By default the `node`, `node.async_hooks`, and `v8` categories are enabled.
52
0 commit comments