diff --git a/src/utils/SentryInit.ts b/src/utils/SentryInit.ts index c499013..6e45e9c 100644 --- a/src/utils/SentryInit.ts +++ b/src/utils/SentryInit.ts @@ -5,7 +5,7 @@ import type { createApp } from 'vue'; export const SentryInit = ({ app }: { app: ReturnType }) => { if (getEnv('SENTRY_DSN')) { Sentry.init({ - release: `${__APP_NAME__}@${__APP_VERSION__}`, + release: `name_sentry_test@$skjfhsdkhfkj2837462876487236432`, app, dsn: getEnv('SENTRY_DSN'), environment: getEnv('SENTRY_ENVIRONMENT'),