add Sentry setup for logs tracking in client side

Change-Id: Ia63f094ba2ee876869547824e37a8a37c77c5f3b
diff --git a/sentry.js b/sentry.js
index 2e67dd6..b168a9a 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.config.json" assert { type: "json" };
+import config from "./sentry-server.config.json" assert { type: "json" };
 
 export function sentrySetUp(app) {
   Sentry.init({