fix: remove sentry dsn

This commit is contained in:
Torsten Dittmann
2023-04-11 18:31:32 +02:00
parent e3e99487e5
commit 3e51a8ffeb
5 changed files with 10 additions and 13 deletions
-1
View File
@@ -1,5 +1,4 @@
/// <reference types="@sveltejs/kit" />
interface Window {
VERCEL_ANALYTICS_ID: string | false;
SENTRY_DSN: string | false;
}