In Node, is there a way to add a line or value to the stack trace, in case of an error downstream?
I know there are LOTS of other ways to make the data available. And I am aware that the trace is not meant for value storage. But I'm wondering if this specific idea is doable (within reason).