We all have someone on our team who writes code with bugs in it. Not us, of course, but someone else. This code somehow gets into production and this code just maybe sometimes crashes. How can we detect these issues and extract useful information at runtime so we can fix these bugs? What kind of stuff should we even be looking for?
In this talk, attendees will learn about how to introspect their python application during a crash and learn how to extract more useful information than just a traceback to aid in debugging production issues.
Some topics we'll be covering: