From 2cc81c8a9644cae60569adab013b8f293feef3a4 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Mon, 6 Feb 2023 11:36:54 -0800 Subject: [PATCH] chore: remove sentry import --- libs/ui-toolkit/src/components/async-renderer/async-renderer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ui-toolkit/src/components/async-renderer/async-renderer.tsx b/libs/ui-toolkit/src/components/async-renderer/async-renderer.tsx index ed7024481..a9251cd6f 100644 --- a/libs/ui-toolkit/src/components/async-renderer/async-renderer.tsx +++ b/libs/ui-toolkit/src/components/async-renderer/async-renderer.tsx @@ -1,7 +1,6 @@ import { Splash } from '../splash'; import type { ReactNode } from 'react'; import { t } from '@vegaprotocol/react-helpers'; -import * as Sentry from '@sentry/react'; interface AsyncRendererProps { loading: boolean;