-
Couldn't load subscription status.
- Fork 109
Closed
Labels
BugA code defect that needs to be fixed.A code defect that needs to be fixed.
Description
For common mistakes, like a malformed AQL query via db.query, or an operation like db.save on an edge collection missing _to or _from, the stack traces arangojs generates aren't coherent even with precaptureStackTraces.
I think that's because error responses from the server don't have the enhanced stack traces added to them? EG
Line 900 in 8fe4682
| reject(new ArangoError(res)); |
These kinds of errors account for almost all the errors I see, so it would be great if precaptureStackTraces enhanced these ones as well.
Metadata
Metadata
Assignees
Labels
BugA code defect that needs to be fixed.A code defect that needs to be fixed.