Hello there.
When looking at os_name values that Aptabase SDKs produce, other SDKs adhere to Mozilla MDN standard, with the os_name being
one of the following strings: "Android", "Chrome OS", "Chromium OS", "iOS", "Linux", "macOS", "Windows", or "Unknown".
Electron SDK seems to be the exception here, with Linux being replaced by specific distro information instead, such as "Ubuntu", "Kali Linux", "Pop!OS" et cetera.
It could be valuable to standardize these across the different SDK versions, thanks.