refactor: add version in app config
This commit is contained in:
@@ -125,7 +125,7 @@ class Telemetry {
|
||||
|
||||
diagnosticInfo() {
|
||||
this.track('diagnosticInfo', {
|
||||
automatischVersion: process.env.npm_package_version,
|
||||
automatischVersion: appConfig.version,
|
||||
serveWebAppSeparately: appConfig.serveWebAppSeparately,
|
||||
operatingSystem: {
|
||||
type: os.type(),
|
||||
|
Reference in New Issue
Block a user