You've already forked joplin
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:
@ -9,11 +9,6 @@ const FsDriverNode = require('@joplin/lib/fs-driver-node').default;
|
|||||||
const envFromArgs = require('@joplin/lib/envFromArgs');
|
const envFromArgs = require('@joplin/lib/envFromArgs');
|
||||||
const packageInfo = require('./packageInfo.js');
|
const packageInfo = require('./packageInfo.js');
|
||||||
const { isCallbackUrl } = require('@joplin/lib/callbackUrlUtils');
|
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
|
// Electron takes the application name from package.json `name` and
|
||||||
// displays this in the tray icon toolip and message box titles, however in
|
// displays this in the tray icon toolip and message box titles, however in
|
||||||
|
Reference in New Issue
Block a user