Tracking Errors in Flutter App with Sentry

Gulshan Yadav
3 min readOct 9, 2020

We as a developer face many bugs and errors while developing the app. Although it is easy to track errors using a debug console when the app is not distributed to customers but this approach will not help when the app is distributed to customers and live. Then there come cloud-based bugs monitoring systems, it helps developers to detect and track all the bugs and errors that arrived when it is in live mode and is used by customers.

Sentry is a cloud-based error monitoring that helps software teams discover, triage, and prioritize errors in real-time. In this article, we will see how to integrate your flutter app with Sentry. So that any errors or crashes in the flutter app can be monitored.

So, Let’s get started. Read the written down steps for connecting your app with Sentry.

Step-1: Sign-Up or Sign-In to Sentry and Go to the console dashboard.

Step-2: Create a new project. Select Mobile>Flutter, then type project name below on the form.

--

--

Gulshan Yadav

Freelancer - Flutter | Android | Blockchain | NodeJs | Technical Writer | Open Source Contributor | LinkedIn — https://www.linkedin.com/in/mrgulshanyadav