Skip to content

feat(analytics): Enhance user privacy#4540

Merged
jamesarich merged 2 commits into
mainfrom
fix/analytics-cleanup
Feb 12, 2026
Merged

feat(analytics): Enhance user privacy#4540
jamesarich merged 2 commits into
mainfrom
fix/analytics-cleanup

Conversation

@jamesarich

@jamesarich jamesarich commented Feb 12, 2026

Copy link
Copy Markdown
Collaborator

This commit enhances user privacy by disabling several unused analytics and tracking features:

  • Disables Google Analytics Advertising ID (AdID) collection in AndroidManifest.xml.
  • Removes Datadog Session Replay functionality and its related dependencies.
  • Disables network info collection (Local IP/SSID) in Datadog Logs and Tracing to reduce Personally Identifiable Information (PII).
  • Removes the setting of a user/install ID for both Datadog and Firebase Crashlytics.

This commit enhances user privacy by disabling several analytics and tracking features:

- Disables Google Analytics Advertising ID (AdID) collection in `AndroidManifest.xml`.
- Removes Datadog Session Replay functionality and its related dependencies.
- Disables network info collection (Local IP/SSID) in Datadog Logs and Tracing to reduce Personally Identifiable Information (PII).
- Removes the setting of a user/install ID for both Datadog and Firebase Crashlytics.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@github-actions github-actions Bot added the bugfix PR tag label Feb 12, 2026
@codecov

codecov Bot commented Feb 12, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@62daf2e). Learn more about missing BASE report.
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...core/analytics/platform/GooglePlatformAnalytics.kt 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4540   +/-   ##
=======================================
  Coverage        ?   14.43%           
=======================================
  Files           ?      424           
  Lines           ?    14513           
  Branches        ?     2410           
=======================================
  Hits            ?     2095           
  Misses          ?    12115           
  Partials        ?      303           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@jamesarich jamesarich added this pull request to the merge queue Feb 12, 2026
Merged via the queue into main with commit f664cdc Feb 12, 2026
8 checks passed
@jamesarich jamesarich deleted the fix/analytics-cleanup branch February 12, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant