mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(analytics): enable datadog user interaction tracking (#2848)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
4ad80b019c
commit
bcad1d4a7f
2 changed files with 5 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue