elastic / elastic/apm-agent-nodejs
Look into supporting chained exceptions
Open
agent-nodejs
- Dominant language
- JavaScript
- Stars
- 594
- Forks
- 244
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 16
Description
We're adding support for chained exceptions in Elastic APM (see elastic/apm#40).
However, we don't have a way to chain in exceptions in Node.js, but I was thinking we might provide an API that allows the user to record such things.
E.g. it's not uncommon in Node.js to say get a low-level error back from the database driver and then throw a more high-level error. Having access to both the low and the high-level error would be useful.
Contributor guide
Assessment
This issue has not been assessed yet.