Google News
logo
NodeJS - Interview Questions
What is meant by tracing in Node.js ?
Tracing is a methodology used to collect all of the tracing information that gets generated by V8, the node core, and the userspace code. All of these are dumped into a log file and are very useful to validate and check the integrity of the information being passed.
Advertisement