From: Ben Soares Date: Tue, 27 Jun 2023 12:35:30 +0000 (+0100) Subject: JAL-4001 Added useful props information X-Git-Tag: Release_2_11_2_7~2^2~3 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=12298d64a066d78f52898637d7a8d19fd8569406;hp=57c8612b5eff0a53ec80a40a7d8e5caa15a833bf;p=jalview.git JAL-4001 Added useful props information --- diff --git a/src/jalview/analytics/Plausible.java b/src/jalview/analytics/Plausible.java index 98c725a..b031c47 100644 --- a/src/jalview/analytics/Plausible.java +++ b/src/jalview/analytics/Plausible.java @@ -85,6 +85,9 @@ public class Plausible System.getProperty("os.arch") + " " + System.getProperty("os.name") + " " + System.getProperty("os.version")); + defaultProps.put("os", System.getProperty("os.name")); + defaultProps.put("os_version", System.getProperty("os.version")); + defaultProps.put("os_arch", System.getProperty("os.arch")); String installation = Cache.applicationProperties .getProperty("INSTALLATION"); if (installation != null)