79609433

Date: 2025-05-06 20:30:31
Score: 1.5
Natty:
Report link

This article helped in my app when I was getting this logs Sentry breadcrumbs. Basically, breadcrumbs are the events triggered before an error. And the logs you are getting are ui breadcrumbs, you can disable this logs by adding a meta tag in AndroidManifest.xml

<application>
   <!-- To disable the user interaction breadcrumbs integration -->
    <meta-data android:name="io.sentry.breadcrumbs.user-interaction" android:value="false" />
</application>

If this doesn't work for you, please add the ListView widget.

Reasons:
  • Blacklisted phrase (1): This article
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jabbar shaikh