Home

Monitor your Flutter app and see every issue!

Wed, 03 Jul at 5:20 PM
Session Async Area 40m

Speaker

Description

Error and performance monitoring is essential for assessing your application's health while in use by customers. After this talk, you'll gain the skills to analyze various production issues effectively and swiftly. This includes application crashes up to general system sluggishness. The first part aims to teach you a fundamental understanding of error monitoring. Starting with the obvious question of "What is error monitoring, and why do I need it?" all the way to "Which hooks do I need to use to observe uncaught exceptions?". Additionally, we'll explore what makes exceptions actionable and useful, so that you're able to fix them in no time. In the second half of the talk, I'm going to explain the fundamental concepts of performance monitoring, and how it differs from error monitoring. Based on an example with Flutter for the app and dart_frog for the backend, we'll explore how to trace performance across the network boundary to identify and fix general system sluggishness.