diff --git a/src/bundle/Server.ts b/src/bundle/Server.ts index 8c2b07879..d38ba2a93 100644 --- a/src/bundle/Server.ts +++ b/src/bundle/Server.ts @@ -57,6 +57,7 @@ ProcessLifecycle.eventEmitter.on("stopping", async () => { async function main() { await Monitoring.init(); + Monitoring.attach(app); await initDatabase(); await Config.init();