Learn how you can gracefully handle exceptions in android.
Sentry SDK is used to capture and report the exceptions.
To capture exceptions in your Sentry project replace https://examplePublicKey@o0.ingest.sentry.io/0
in AndroidManifest.xml
.
Follow this to find your DSN
<meta-data android:name="io.sentry.dsn" android:value="https://examplePublicKey@o0.ingest.sentry.io/0" />