From 61d23e70bbc5fb0a9036c1b760e163830e275bd0 Mon Sep 17 00:00:00 2001 From: TetrisIQ <24246993+TetrisIQ@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:58:46 +0200 Subject: [PATCH] fix: disable sentry --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index d2aa441..a98412e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,5 +1,5 @@ // import { sentrySvelteKit } from '@sentry/sveltekit'; -import type { SentrySvelteKitPluginOptions } from '@sentry/sveltekit/types/vite/sentryVitePlugins'; +// import type { SentrySvelteKitPluginOptions } from '@sentry/sveltekit/types/vite/sentryVitePlugins'; import { sveltekit } from '@sveltejs/kit/vite'; import { defineConfig } from 'vite'; import type { Plugin } from 'vite';