I’m trying to profile a NestJS application, I’ve tried native node modules to profile, and even clinic js, but the flamegraphs that I have is full of anonymous functions and not that readable. I know it is due to compilation/transpilation step. Do you know any dedicated tool to profile NestJS apps with exploitable results?
I tried every tool out there, (I shouldn’t use monitor applications like Sentry, etc.), but the results aren’t that helpful or exploitable.
Han is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.