There was an error while loading. Please reload this page.
1 parent b48d3d3 commit 8cb7d37Copy full SHA for 8cb7d37
1 file changed
packages/app-builder/src/components/CaseManager/KycEnrichment.tsx
@@ -1,7 +1,7 @@
1
import { useLoaderRevalidator } from '@app-builder/contexts/LoaderRevalidatorContext';
2
import { useAddCommentMutation } from '@app-builder/queries/cases/add-comment';
3
import { useCreateKycEnrichmentQuery } from '@app-builder/queries/cases/create-kyc-enrichment';
4
-import * as Sentry from '@sentry/react';
+import * as Sentry from '@sentry/remix';
5
import { useEffect, useState } from 'react';
6
import toast from 'react-hot-toast';
7
import { useTranslation } from 'react-i18next';
0 commit comments