I am trying to use sentry.io with Meteor. However Meteor seems to swallow all the errors so even if an exception is thrown manually it won’t get picked up by this code.
Just to be 100% sure, you’re using raven-node, correct?
This seems like an issue that needs to be raised with Meteor. Your example alone (without raven-node) is pretty clear that this behavior is … not good.
Did you find a way to solve this? I can send exceptions via captureException on the server but I cannot find a way to do a catch all or wrap the meteor process in a raven context.