From 124c27b816f9da34ce40f827495f8975b064d37f Mon Sep 17 00:00:00 2001 From: Christopher Fullarton Date: Mon, 25 Nov 2019 10:29:52 +0100 Subject: [PATCH] Works on sentry config --- src/App.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.ts b/src/App.ts index 20f20c1..6e22f9b 100644 --- a/src/App.ts +++ b/src/App.ts @@ -62,9 +62,9 @@ class App { this.middleware(); this.routes(); - this._express.use(Handlers.errorHandler()); - useExpressServer(this._express, routingControllerOptions); + + this._express.use(Handlers.errorHandler()); } // Configure Express middleware. -- GitLab