https://github.com/pinpoint-apm/pinpoint/tree/master/agent-testweb Get name and line of calling function in node.js : https://stackoverflow.com/questions/14172455/get-name-and-line-of-calling-function-in-node-js/14172822 ### Error.prepareStackTrace changes Stack trace API: https://v8.dev/docs/stack-trace-api vm: Error.prepareStackTrace behaves inconsistently across versions: https://github.com/nodejs/node/issues/21270 * V8 is making upstream changes to Error.prepareStackTrace which scope it per-context and can't land those until we fix how we handle Error.prepareStackTrace in repl: https://github.com/nodejs/node/pull/23926 ### express ### TODO - [x] call stack cache - [x] API METADATA - [x] Query String: https://github.com/pinpoint-apm/pinpoint-node-agent/issues/85
https://github.com/pinpoint-apm/pinpoint/tree/master/agent-testweb
Get name and line of calling function in node.js : https://stackoverflow.com/questions/14172455/get-name-and-line-of-calling-function-in-node-js/14172822
Error.prepareStackTrace changes
Stack trace API: https://v8.dev/docs/stack-trace-api
vm: Error.prepareStackTrace behaves inconsistently across versions: nodejs/node#21270
express
TODO