Skip to content

Add anonymous analytics tracking like minecraft game version (1.21.10 or 1.8.9..) default disabled and opt#183

Open
jakubbbdev wants to merge 5 commits intoNoRiskClient:dev/curseforgefrom
jakubbbdev:feature/analytics
Open

Add anonymous analytics tracking like minecraft game version (1.21.10 or 1.8.9..) default disabled and opt#183
jakubbbdev wants to merge 5 commits intoNoRiskClient:dev/curseforgefrom
jakubbbdev:feature/analytics

Conversation

@jakubbbdev
Copy link
Copy Markdown

This commit integrates analytics event tracking for application behaviors, including launcher start, Minecraft start, tab clicks, profile creation/import, skin management, and more.

Analytics Events

  • launcher_started: fired when the launcher boots (includes launcher version, Java version, OS info)
  • minecraft_started: fired when a profile launches Minecraft (profile ID, game version, loader)
  • tab_clicked: fired when the user switches sidebar tabs
  • skin_added: fired when a skin is added (name, source type, source value)
  • skin_deleted: fired when a skin is removed (name only)
  • skin_selected: fired when a skin is applied (variant)
  • skin_edited: fired when a skin is edited (name, variant)
  • cape_selected: fired when a cape is equipped (cape hash, or unequipped)
  • profile_created: fired when a profile is created (name, version, loader)
  • profile_imported: fired when a profile is imported (name)
  • color_changed: fired when the accent color changes (color name)
  • beta_updates_toggled: fired when beta update checks are toggled (boolean)
  • border_radius_changed: fired when the border radius slider changes (pixel value)

jakubxyz added 2 commits November 9, 2025 15:23
This commit integrates analytics event tracking for application behaviors, including launcher start, Minecraft start, tab clicks, profile creation/import, skin management, and more.
This commit introduces a reusable `dispatch_analytics_event` function, refactors analytics tracking methods to reduce duplication, and improves code maintainability by centralizing event property handling.
@copyandexecute copyandexecute changed the base branch from v3 to dev/curseforge November 9, 2025 17:40
@onlyJakob
Copy link
Copy Markdown
Contributor

Why should a open source launcher add user tracking???

@jakubbbdev
Copy link
Copy Markdown
Author

jakubbbdev commented Nov 9, 2025

its for a new feature (trial dev project)

@copyandexecute
Copy link
Copy Markdown
Contributor

These are anonymous data so we can see how popular features and versions are. The data is completely player-independent, disabled by default, and can be turned off anytime.
Of course, feel free to express any concerns. we're looking forward to feedback!

@copyandexecute copyandexecute changed the title Add analytics tracking for various user interactions Add anonymous analytics tracking like minecraft game version (1.21.10 or 1.8.9..) Nov 9, 2025
@copyandexecute copyandexecute changed the title Add anonymous analytics tracking like minecraft game version (1.21.10 or 1.8.9..) Add anonymous analytics tracking like minecraft game version (1.21.10 or 1.8.9..) default disabled and opt Nov 9, 2025
@S42yt
Copy link
Copy Markdown
Contributor

S42yt commented Nov 14, 2025

looks nice ^-^

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.

4 participants