[MM-60086][MM-60610] Implement performanceMonitor, collect CPU/memory usage data and send via API (#3165)

* [MM-60086][MM-60610] Implement performanceMonitor, collect CPU/memory usage data and send via API

* Translations

* PR feedback

* Update api-types package
This commit is contained in:
Devin Binnie
2024-10-18 10:13:39 -04:00
committed by GitHub
parent 9d52ee7f41
commit 10295162e0
38 changed files with 590 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ const defaultPreferences: ConfigV3 = {
downloadLocation: getDefaultDownloadLocation(),
startInFullscreen: false,
logLevel: 'info',
enableMetrics: true,
};
export default defaultPreferences;