ci: adding sentry

This commit is contained in:
Chubby Granny Chaser 2024-06-28 20:27:22 +01:00
parent 75b69f38fc
commit ac27438a35
No known key found for this signature in database
15 changed files with 1253 additions and 17 deletions

View file

@ -3,6 +3,7 @@
interface ImportMetaEnv {
readonly MAIN_VITE_STEAMGRIDDB_API_KEY: string;
readonly MAIN_VITE_API_URL: string;
readonly MAIN_VITE_SENTRY_DSN: string;
}
interface ImportMeta {