Skip to content
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
jasnell and aduh95 authored Mar 17, 2025
commit a6fb2924df2448a0aa991a32cd16b5600e5c2ff4
8 changes: 8 additions & 0 deletions doc/api/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

Comment thread
jasnell marked this conversation as resolved.
<!-- source_link=lib/trace_events.js -->
Comment thread
jasnell marked this conversation as resolved.

<!-- YAML
added: v7.7.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/57510
description: Marking the API stable.
-->

Comment thread
jasnell marked this conversation as resolved.
Outdated
The `node:trace_events` module provides a mechanism to centralize tracing
information generated by V8, Node.js core, and userspace code.

Expand Down
Loading