feat(analytics): enable datadog user interaction tracking (#2848)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-08-26 08:48:29 -05:00 committed by GitHub
parent 4ad80b019c
commit bcad1d4a7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View file

@ -176,9 +176,7 @@ abstract class GeeksvilleApplication :
.trackFrustrations(true)
.trackLongTasks()
.trackNonFatalAnrs(true)
// Re-enable tracking when auto instrumentation available. See note in `app/build.gradle`
.disableUserInteractionTracking()
// .trackUserInteractions()
.trackUserInteractions()
.enableComposeActionTracking()
.build()
Rum.enable(rumConfiguration)