Express + Mongo perfomance tracing

I’ve set up NestJS application (on top of Express), and db queries tracing in development works just fine

But when it comes to production, db queries breakdown is not available for no visible reason

Both source maps, d.ts files and source code are present. Are there some non trivial things that should be done to make this work?

This is how it looks in production environment