This document summarizes Phone Home, a system to collect client-side errors from users' browsers. The Phone Home client runs JavaScript in users' browsers to collect errors and send them via HTTP POST requests to the Phone Home server. The server is built with Scalatra and saves the error data to MongoDB. It was created to debug unreproducible jQuery errors in IE browsers. Features include error handling, page load timing collection, custom field support, and an admin UI with stats and a recent events list. The server uses CORS to allow cross-domain requests from the Phone Home client. Data can also be analyzed using the ltsv4s library to parse and query the log files in Scala.