E584
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d213d commit 758178bCopy full SHA for 758178b
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