Tracing is a mechanism in Node.js to provide a centralized tracing information method, which is generated by V8, Node.js core, and the userspace code. It can be enabled with the --trace-event-categories command-line flag or by using the trace_events module.

BY Best Interview Question ON 29 Jun 2020