🔇 Removed debug console.logs
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
initLocalizationContext();
|
||||
|
||||
if (import.meta.env.VITE_SENTRY !== undefined) {
|
||||
console.log(import.meta.env.VITE_SENTRY);
|
||||
Sentry.init({
|
||||
dsn: String(import.meta.env.VITE_SENTRY),
|
||||
integrations: [new BrowserTracing()],
|
||||
|
||||
Reference in New Issue
Block a user