Skip to content

Commit

Permalink
Desktop: Removed double Sentry initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jan 26, 2024
1 parent 4c50706 commit 8402c20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/app-desktop/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8402c20

Please sign in to comment.