fix: sentry issues (#389)

This commit is contained in:
Razboy20
2024-10-23 14:15:47 -05:00
committed by GitHub
parent d3577358d0
commit 2d0804f90e
4 changed files with 44 additions and 20 deletions

View File

@@ -2,6 +2,7 @@
interface ImportMetaEnv {
readonly VITE_PACKAGE_VERSION: string;
readonly VITE_SENTRY_ENVIRONMENT: string;
readonly VITE_BETA_BUILD?: 'true';
}