I actually use Sentry in production, that's where most of the value is. Basically it gives me a list of all the errors that happened in prod in the last 14 days. It has some pretty good logic to deduplicate errors into unique ones, provide the stacktrace, and enumerate all the times it has happened.