From a663f30a771990f07ad54595732d72bcc40cc2fc Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Fri, 7 Jan 2022 14:06:09 +0000 Subject: [PATCH] test commit --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 17203f2a..afe9bb0f 100644 --- a/index.js +++ b/index.js @@ -5,6 +5,7 @@ const {app, components} = require('electron'), const comps = components; + // Analytics for debugging. const ElectronSentry = require("@sentry/electron"); ElectronSentry.init({dsn: "https://68c422bfaaf44dea880b86aad5a820d2@o954055.ingest.sentry.io/6112214"});