added commit hash as release name in sentry vitejs config
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user