Skip to content

Commit

Permalink
fix: remove debug console log
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Apr 8, 2022
1 parent 14bbede commit 5dedab5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const sentryDsn = import.meta.env.VITE_SENTRY_DSN;
if (import.meta.env.PROD && sentryDsn) {
Promise.all([import('@sentry/react'), import('@sentry/tracing')]).then(
([Sentry, { Integrations }]) => {
console.log(Sentry, Integrations);
Sentry.init({
dsn: `${sentryDsn}`,
integrations: [new Integrations.BrowserTracing()],
Expand Down

0 comments on commit 5dedab5

Please sign in to comment.