1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: Removed double Sentry initialization

This commit is contained in:
Laurent Cozic
2024-01-26 18:06:52 +00:00
parent 4c50706d54
commit 8402c20a3f

View File

@ -9,11 +9,6 @@ const FsDriverNode = require('@joplin/lib/fs-driver-node').default;
const envFromArgs = require('@joplin/lib/envFromArgs');
const packageInfo = require('./packageInfo.js');
const { isCallbackUrl } = require('@joplin/lib/callbackUrlUtils');
const Sentry = require('@sentry/electron/main');
Sentry.init({
dsn: 'https://cceec550871b1e8a10fee4c7a28d5cf2@o4506576757522432.ingest.sentry.io/4506594281783296',
});
// Electron takes the application name from package.json `name` and
// displays this in the tray icon toolip and message box titles, however in