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,2 +1,5 @@
import './config/orm';
export { worker } from './workers/processor';
import telemetry from './helpers/telemetry';
telemetry.setServiceType('worker');