added commit hash as release name in sentry vitejs config

This commit is contained in:
2025-05-05 10:54:26 +02:00
parent 77640c9d16
commit 3e25f8c678
2 changed files with 18 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ Sentry.init({
normalizeDepth: 10, // Or however deep you want your state context to be.
environment: "prod",
// release : '1'
release: __SENTRY_RELEASE__
});
const pinia = createPinia()