Skip to content

Commit

Permalink
rm var sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusviniciusLsantos committed Dec 3, 2024
1 parent cb81d09 commit dd5a23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/SentryInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { createApp } from 'vue';
export const SentryInit = ({ app }: { app: ReturnType<typeof createApp> }) => {
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'),
Expand Down

0 comments on commit dd5a23f

Please sign in to comment.