Skip to content

Commit 6671f7e

Browse files
authored
doc: include node.module_timer on available categories
PR-URL: #53638 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent dda30f9 commit 6671f7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/tracing.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The available categories are:
4646
`runInNewContext()`, `runInContext()`, and `runInThisContext()` methods.
4747
* `v8`: The [V8][] events are GC, compiling, and execution related.
4848
* `node.http`: Enables capture of trace data for http request / response.
49+
* `node.module_timer`: Enables capture of trace data for CJS Module loading.
4950

5051
By default the `node`, `node.async_hooks`, and `v8` categories are enabled.
5152

0 commit comments

Comments
 (0)