Exception in callback of async function: undefined

What I mean is that all the packages that I’ve seen that handle errors have to monkeypatch Meteor._debug in many cases. And then there’s other places that doesn’t capture and you have to monkey patch those.

What would be ideal is if Meteor had a way to register a global onError callback that could be used to send errors to an APM or error logging service like Rollbar or Sentry.

2 Likes