From 78dd82f10d6ac4b84e5a042c1616607bdbdc6a80 Mon Sep 17 00:00:00 2001 From: GalvinGao Date: Tue, 11 Feb 2020 10:33:08 -0500 Subject: [PATCH] fix(sentry): change sentry to self-hosted version --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 243edfe9..a8476b1e 100644 --- a/src/main.js +++ b/src/main.js @@ -18,7 +18,7 @@ const production = process.env.NODE_ENV === 'production'; if (production) { Sentry.init({ - dsn: 'https://9636aaa824a744f98a619df0aaabba00@sentry.io/1536764', + dsn: 'https://aebfbfbe08de42f7a9f291f5ae9ebf97@sentry.imgal.vin/2', integrations: [new Integrations.Vue({Vue, attachProps: true})], // NOTE: the config below (`logErrors`) controls whether the error will be logged