disable sentry by default to avoid looking for config files

Change-Id: Ie7fab7ee84e9ab704e0f0e72b7ab82a6e92be2ac
diff --git a/app.js b/app.js
index 90d0c84..d9f6e1f 100644
--- a/app.js
+++ b/app.js
@@ -28,7 +28,7 @@
 
 import JamiRestApi from './routes/jami.js'
 import JamiDaemon from './JamiDaemon.js'
-import { sentrySetUp } from './sentry.js'
+// import { sentrySetUp } from './sentry.js'
 
 const configPath = 'jamiServerConfig.json'
 
@@ -271,7 +271,7 @@
         }
     }
 
-    sentrySetUp(app);
+    // sentrySetUp(app);
 
     app.get('/auth', (req, res) => {
         const state = getState(req)