Remove usage data tracking#2545
Merged
Merged
Conversation
0a55d0f to
a95c25b
Compare
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.
975ee22 to
d26cbb8
Compare
d26cbb8 to
919b985
Compare
NickColley
approved these changes
Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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