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() {
|
diagnosticInfo() {
|
||||||
this.track('diagnosticInfo', {
|
this.track('diagnosticInfo', {
|
||||||
automatischVersion: process.env.npm_package_version,
|
automatischVersion: process.env.npm_package_version,
|
||||||
|
serveWebAppSeparately: appConfig.serveWebAppSeparately,
|
||||||
operatingSystem: {
|
operatingSystem: {
|
||||||
type: os.type(),
|
type: os.type(),
|
||||||
version: os.version(),
|
version: os.version(),
|
||||||
|
Reference in New Issue
Block a user