Skip to content

Commit

Permalink
doc: include node.module_timer on available categories
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H4ad authored and aduh95 committed Jul 16, 2024
1 parent d224e9e commit 1cc0b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1cc0b41

Please sign in to comment.