Skip to content

Commit

Permalink
chore: fix sentry imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Dec 6, 2024
1 parent 6909265 commit cae26c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-electron/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ExclusiveEventHintOrCaptureContext } from '@sentry/core/build/types/utils/prepareEvent';

import { captureException } from '@sentry/browser';
import { captureException } from '@sentry/electron/main';
import { version } from 'app/package.json';
import { app, systemPreferences } from 'electron';

Expand Down
2 changes: 1 addition & 1 deletion src/helpers/error-catcher.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ExclusiveEventHintOrCaptureContext } from '@sentry/vue/node_modules/@sentry/core/build/types/utils/prepareEvent';
import type { ExclusiveEventHintOrCaptureContext } from '@sentry/core/build/types/utils/prepareEvent';

import { captureException } from '@sentry/vue';
import { IS_DEV } from 'src/constants/general';
Expand Down

0 comments on commit cae26c7

Please sign in to comment.