Merge pull request #320 from automatisch/feature/telemetry-separate-web-app-info

feat: Send whether serving web separately or not to telemetry
This commit is contained in:
Ömer Faruk Aydın
2022-05-05 16:00:14 +02:00
committed by GitHub

View File

@@ -126,6 +126,7 @@ class Telemetry {
diagnosticInfo() {
this.track('diagnosticInfo', {
automatischVersion: process.env.npm_package_version,
serveWebAppSeparately: appConfig.serveWebAppSeparately,
operatingSystem: {
type: os.type(),
version: os.version(),