chore: expose release info to sentry

This commit is contained in:
Andrew Bastin
2022-09-30 15:36:37 +05:30
parent fb65e0e23d
commit fd11ea8143
5 changed files with 5 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ interface ImportMetaEnv {
readonly VITE_SENTRY_DSN?: string
readonly VITE_SENTRY_ENVIRONMENT?: string
readonly VITE_SENTRY_RELEASE_TAG?: string
}
interface ImportMeta {