feat: Add service type to telemetry data

This commit is contained in:
Faruk AYDIN
2022-09-21 01:39:05 +03:00
committed by Ali BARIN
parent 4d7ee3dcca
commit 832876d711
3 changed files with 12 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
import app from './app';
import appConfig from './config/app';
import logger from './helpers/logger';
import telemetry from './helpers/telemetry';
telemetry.setServiceType('main');
const port = appConfig.port;