One of the most important aspects of production software is being notified in case of errors. As we are not the user of the software itself, we can only know that something is wrong if the software notifies us (or when it's too late and users are complaining).
Based on the Python standard library, we can easily build a solution that notifies developers in case of a crash by email.