So,
I have an Node+Express app to demo APM written in JS that I'm currently refactoring to Typescript.
I'd just like to ask what should I do in order to have the ccorrect stack and culprit in my Typescript APM events.
To illustrate it beter:
JS version:
TS version:
What's that "undefined" in the error message?
How can I get the culprit to show instead of N/A?
Thank you!