mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-21 22:09:09 -04:00
Log more os information in error report
This commit is contained in:
@@ -27,6 +27,8 @@ public class SentryErrorHandler {
|
||||
options.setEnableShutdownHook(false);
|
||||
options.setProguardUuid(AppProperties.get().getBuildUuid().toString());
|
||||
options.setTag("os", System.getProperty("os.name"));
|
||||
options.setTag("osVersion", System.getProperty("os.version"));
|
||||
options.setTag("arch", System.getProperty("os.arch"));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user