Skip to content

[Chore] Check if Arm or x86 on plausible analytics#5506

Open
flavioislima wants to merge 1 commit intomainfrom
chore/improve_plausible
Open

[Chore] Check if Arm or x86 on plausible analytics#5506
flavioislima wants to merge 1 commit intomainfrom
chore/improve_plausible

Conversation

@flavioislima
Copy link
Copy Markdown
Member

@flavioislima flavioislima commented Apr 23, 2026

Summary

  • Include process.arch in the Plausible App Loaded event so we can see the split between x64 and arm64 users.
  • Include the Linux distribution name and version (via the existing getOsInfo() helper that reads /etc/os-release) for Linux, plus the WMI-derived name on Windows.
  • Update the analytics opt-in dialog wording to disclose the new fields.

Test plan

  • pnpm codecheck passes
  • Launch the app with analytics opted in and confirm the Shared Data log line shows the new arch, distro, and distroVersion fields
  • Confirm the events reach the Plausible dashboard with the new custom properties

Extends the App Loaded event with process.arch and the distribution
name/version from getOsInfo(), so we can see the split between x64 and
arm64 users and which Linux distros are in use. Also updates the
opt-in dialog wording to disclose the new fields.
@flavioislima flavioislima added this to the 2.22 milestone Apr 23, 2026
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.

1 participant