mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
report: expose report public native apis
Allows APM vendors to generate a diagnostic report without calling into JavaScript. Like, from their own message channels interrupting the isolate and generating a report on demand. PR-URL: https://github.com/nodejs/node/pull/44255 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This commit is contained in:
parent
d9b2d2c0dd
commit
cb15fc56d8
10 changed files with 404 additions and 140 deletions
1
node.gyp
1
node.gyp
|
@ -993,6 +993,7 @@
|
|||
'test/cctest/test_node_api.cc',
|
||||
'test/cctest/test_per_process.cc',
|
||||
'test/cctest/test_platform.cc',
|
||||
'test/cctest/test_report.cc',
|
||||
'test/cctest/test_json_utils.cc',
|
||||
'test/cctest/test_sockaddr.cc',
|
||||
'test/cctest/test_traced_value.cc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue