Minor cleanup and add sentry.
This commit is contained in:
@@ -15,6 +15,11 @@ import LocalServer from "./http-server/http-server";
|
||||
import { TestQB } from "./quickbooks-desktop/quickbooks-desktop";
|
||||
import store from "./store/store";
|
||||
import fs from "fs";
|
||||
import Sentry from "@sentry/electron/main";
|
||||
|
||||
Sentry.init({
|
||||
dsn: "https://ba41d22656999a8c1fd63bcb7df98650@o492140.ingest.us.sentry.io/4509074139447296",
|
||||
});
|
||||
|
||||
log.initialize();
|
||||
const isMac = process.platform === "darwin";
|
||||
|
||||
Reference in New Issue
Block a user