feat: Add service type to telemetry data
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user