fix: sentry issues (#389)

This commit is contained in:
Razboy20
2024-10-23 14:15:47 -05:00
committed by GitHub
parent d3577358d0
commit 2d0804f90e
4 changed files with 44 additions and 20 deletions

View File

@@ -65,8 +65,9 @@ export default function SentryProvider({
integrations,
transport: makeFetchTransport,
stackParser: defaultStackParser,
// debug: true,
debug: import.meta.env.DEV,
release: import.meta.env.VITE_PACKAGE_VERSION,
environment: import.meta.env.VITE_SENTRY_ENVIRONMENT,
};
let client: Client;