Skip to content

Commit

Permalink
fix: remove debug console log
Browse files Browse the repository at this point in the history
dsrkafuu committed Apr 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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()],

0 comments on commit 5dedab5

Please sign in to comment.