Skip to content

Commit c506908

Browse files
authored
feat(android): Add docs about new UI events breadcrumbs (#4623)
1 parent 6c729e4 commit c506908

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/includes/enriching-events/breadcrumbs/before-breadcrumb/android.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ If you want to disable the automatic collection of breadcrumbs, please add the f
4242
<meta-data android:name="io.sentry.breadcrumbs.system-events" android:value="false" />
4343

4444
<!-- To disable the app components breadcrumbs integration -->
45-
<meta-data android:name="io.sentry.breadcrumbs.app-components" android:value="false" />
45+
<meta-data android:name="io.sentry.breadcrumbs.app-components" android:value="false" />
46+
47+
<!-- To disable the user interaction breadcrumbs integration -->
48+
<meta-data android:name="io.sentry.breadcrumbs.user-interaction" android:value="false" />
4649
</application>
4750
```

src/includes/getting-started-primer/android.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The SDK builds a crash report that persists to disk and tries to send the report
1616
- Application lifecycle events (lifecycle of the application process)
1717
- System events (low battery, low storage space, airplane mode started, shutdown, changes of the configuration, and so forth)
1818
- App. component callbacks
19+
- User Interactions (view click, scroll, swipe, etc.)
1920
- Android fragment lifecycle events with [Fragment Integration](/platforms/android/configuration/integrations/fragment/)
2021
- OkHttp requests with [OkHttp Integration](/platforms/android/configuration/integrations/okhttp/)
2122
- Apollo requests with [Apollo Integration](/platforms/android/configuration/integrations/apollo/)

0 commit comments

Comments
 (0)