How to trace Meteor errors?

Hi everyone,

I’d like to create a method that’s being called whenever any Meteor.error is thrown in my application. How can I do this? Does the Meteor.error provide a callback?

Thanks a lot.