Skip to content

Remove usage data tracking#2545

Merged
36degrees merged 6 commits into
mainfrom
remove-usage-data-tracking
Jun 22, 2026
Merged

Remove usage data tracking#2545
36degrees merged 6 commits into
mainfrom
remove-usage-data-tracking

Conversation

@36degrees

@36degrees 36degrees commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

The current implementation uses Universal Analytics, which was retired by Google in 2024 and replaced with GA4. I don't believe the usage data is actually being collected, nor that we have any way to view it.

If we think that tracking usage data is valuable, we'll need to reimplement the functionality using GA4, or an alternative better suited to tracking app usage.

This will also allow us to remove the dependency on universal-analytics, which removes a dependency on a vulnerable version of uuid – see #2543.

Closes #2544

@36degrees 36degrees force-pushed the update-dependencies branch from 0a55d0f to a95c25b Compare June 22, 2026 08:24
The current implementation uses Universal Analytics, which was retired by Google in 2024 and replaced with GA4. I don't believe the usage data is actually being collected, nor that we have any way to view it.

If we think that tracking usage data is valuable, we'll need to reimplement the functionality using GA4, or an alternative better suited to tracking app usage.

This will also allow us to remove the dependency on universal-analytics, which removes a dependency on a vulnerable version of uuid – see #2543.
@36degrees 36degrees force-pushed the remove-usage-data-tracking branch from 975ee22 to d26cbb8 Compare June 22, 2026 08:27
@36degrees 36degrees force-pushed the remove-usage-data-tracking branch from d26cbb8 to 919b985 Compare June 22, 2026 08:27
@36degrees 36degrees marked this pull request as ready for review June 22, 2026 08:29
Base automatically changed from update-dependencies to main June 22, 2026 09:09
@36degrees 36degrees merged commit dda684a into main Jun 22, 2026
36 checks passed
@36degrees 36degrees deleted the remove-usage-data-tracking branch June 22, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove usage data tracking functionality

2 participants