Monti/Kadira - Is it possible to get traces for code called directly from the server?

We have a meteor 2.X app that is running some cron/scheduled jobs which call some functions. We would like to be able to see the traces of these function calls in monti/kadira, so I wrapped them inside methods hoping that would help Monti seeing them, but it didn’t work. I’ve also tried startEvent/endEvent and trying to use bindEnvironment just in case, but no luck at all.
Has anyone achieved this or has found a way to do this?

Ideally would like to avoid having to define rest endpoints and call them from the same machine just to track the invokation in monti.

How about Ostrio logger, save to a free MongoDB (Atlas) and build a small visualizer for what you need to see.
With ostrio logger you can also trigger errors as server errors which will end up into your Monti.

https://packosphere.com/ostrio/logger