Skip to content

Commit 652ff65

Browse files
committed
doc: add trace category for fs sync methods
Add the trace category for file system synchronous methods to documentation so the users can enable it when they want to look into file system sync method trace data. Refs: nodejs#19649
1 parent 2d609c5 commit 652ff65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/api/tracing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The available categories are:
2323
measures and marks.
2424
* `node.perf.timerify` - Enables capture of only Performance API timerify
2525
measurements.
26+
* `node.fs.sync` - Enables capture of trace data for file system sync methods.
2627
* `v8` - The [V8] events are GC, compiling, and execution related.
2728

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

0 commit comments

Comments
 (0)