Skip to content

Commit 214136f

Browse files
add packageType to STARTED events
1 parent 07ca0e0 commit 214136f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redisinsight/api/src/modules/server/server.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class ServerService implements OnApplicationBootstrap {
5353
sessionId: this.sessionId,
5454
appType: ServerService.getAppType(SERVER_CONFIG.buildType),
5555
appVersion: SERVER_CONFIG.appVersion,
56+
packageType: ServerService.getPackageType(SERVER_CONFIG.buildType),
5657
...(await this.featuresConfigService.getControlInfo()),
5758
});
5859

@@ -65,6 +66,7 @@ export class ServerService implements OnApplicationBootstrap {
6566
osPlatform: process.platform,
6667
buildType: SERVER_CONFIG.buildType,
6768
port: SERVER_CONFIG.port,
69+
packageType: ServerService.getPackageType(SERVER_CONFIG.buildType),
6870
},
6971
nonTracking: true,
7072
});

0 commit comments

Comments
 (0)