Closed mathieudutour closed 8 years ago
JSON.stringify crashes on circular dependencies here: https://github.com/RisingStack/trace-nodejs/blob/master/lib/agent/api/index.js#L67
JSON.stringify
Probably want to use https://github.com/isaacs/json-stringify-safe. Do you accept PR?
Hey! Thanks for reporting this issue. We accept PRs for course, however in this case I start fixing it ASAP, as it is quite urgent.
The fix was landed in v2.27.2. Thanks!
JSON.stringify
crashes on circular dependencies here: https://github.com/RisingStack/trace-nodejs/blob/master/lib/agent/api/index.js#L67Probably want to use https://github.com/isaacs/json-stringify-safe. Do you accept PR?