Skip to content

Commit 734142d

Browse files
#RI-4625 - add port to application start event
1 parent 07709bf commit 734142d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const mockEventPayload: ITelemetryEvent = {
3434
appVersion: SERVER_CONFIG.appVersion,
3535
osPlatform: process.platform,
3636
buildType: SERVER_CONFIG.buildType,
37+
port: SERVER_CONFIG.port,
3738
},
3839
nonTracking: true,
3940
};

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class ServerService implements OnApplicationBootstrap {
6363
appVersion: SERVER_CONFIG.appVersion,
6464
osPlatform: process.platform,
6565
buildType: SERVER_CONFIG.buildType,
66+
port: SERVER_CONFIG.port,
6667
},
6768
nonTracking: true,
6869
});

0 commit comments

Comments
 (0)