Closed
Description
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
- 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: take ownership of prepareStackTrace for upstream v8 changes nodejs/node#23926
express
TODO
- call stack cache
- API METADATA
- Query String: http params (query string) not visible #85