aboutsummaryrefslogtreecommitdiffstats
path: root/src/sentry.ts
blob: 4f6d7205da670f8d4906d6e57742bf53618ab3e5 (plain) (blame)
1
2
3
4
5
import * as Sentry from '@sentry/electron';

Sentry.init({
  dsn: 'https://f3d022fbcf6243a68a58d681c2122ee4@sentry.io/1803053',
});