fix: removing sentry

This commit is contained in:
Chubby Granny Chaser
2024-11-02 17:06:30 +00:00
parent 74cd60ff3d
commit 8af29abd92
24 changed files with 72 additions and 1163 deletions

View File

@@ -4,7 +4,6 @@ interface ImportMetaEnv {
readonly MAIN_VITE_STEAMGRIDDB_API_KEY: string;
readonly MAIN_VITE_API_URL: string;
readonly MAIN_VITE_AUTH_URL: string;
readonly MAIN_VITE_SENTRY_DSN: string;
readonly MAIN_VITE_CHECKOUT_URL: string;
}