How to interpret [server-internal] errors in kadira without any stacktrace

In Kadira I’m seeing a lot of server-internal errors without any info or stack trace. E.g. this one: https://ui.kadira.io/et/432325e0-a73d-4fc9-b1cc-5582a2c3b424/yA9oNu8iLeuEuodXu

Are other people also seeing this and where could this originate from?

Did you ever figure this out?

This is from Meteor calling Meteor._debug without any arguments to show an empty line in the logs, after logging an error in a method or publisher.

This and many other unhelpful errors were improved in the latest version of https://atmospherejs.com/montiapm/agent It is compatible with all Meteor APMs based on Kadira.

1 Like

Thanks! Btw, I ran in this issue: https://github.com/monti-apm/monti-apm-agent/issues/23 which seems to have been fixed, but not yet released.