Email server errors globally

I’m about to release a new application and I’d like to keep a close eye on it. I was wondering if there was a way to force meteor to email me when sever errors occur, so I can investigate quickly, and contact the client.

I realise it’s possible to do this where I throw new errors within my code but as the application grows that solution will become unmanageable.

Is there another way to solve this?