implement temporary ui and api routes to fix

Change-Id: Idb07d146f11d2f11f3ad2323a5c18fc125a91e73
diff --git a/sentry.js b/sentry.js
index b168a9a..320ca37 100644
--- a/sentry.js
+++ b/sentry.js
@@ -1,6 +1,6 @@
 import * as Sentry from "@sentry/node";
 import * as Tracing from "@sentry/tracing";
-import config from "./sentry-server.config.json" assert { type: "json" };
+// import config from "./sentry-server.config.json" assert { type: "json" };
 
 export function sentrySetUp(app) {
   Sentry.init({