何は無くとも「uncaughtException」
2011年6月20日
Event: 'uncaughtException' http://nodejs.jp/nodejs.org_ja/api/process.html#event_uncaughtException_
motsatさんのエントリー(d:id:motsat:20110530:1306774564)見て知ったんですが、node.js使うなら必須な感じじゃないですかねー。
まだnode.jsのサービスを作ったことないですが、、
process.on('uncaughtException', function (err) { console.log('Caught exception: ' + err); });
メモメモ。。