diff --git a/src/workers/fetch.worker.ts b/src/workers/fetch.worker.ts index d44e043c..0012088b 100644 --- a/src/workers/fetch.worker.ts +++ b/src/workers/fetch.worker.ts @@ -2,6 +2,7 @@ import Debug from '@soapbox/stickynotes/debug'; import * as Comlink from 'comlink'; import './handlers/abortsignal.ts'; +import '@/sentry.ts'; const debug = Debug('ditto:fetch.worker'); diff --git a/src/workers/verify.worker.ts b/src/workers/verify.worker.ts index e218474e..3e71215d 100644 --- a/src/workers/verify.worker.ts +++ b/src/workers/verify.worker.ts @@ -3,6 +3,7 @@ import * as Comlink from 'comlink'; import { VerifiedEvent, verifyEvent } from 'nostr-tools'; import '@/nostr-wasm.ts'; +import '@/sentry.ts'; export const VerifyWorker = { verifyEvent(event: NostrEvent): event is VerifiedEvent {