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:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user