From 7a0b3d3a84162e9fb4ed903b56c073d72d67b6ad Mon Sep 17 00:00:00 2001 From: eunbenn Date: Mon, 15 Jan 2024 18:35:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=84=BC=ED=8A=B8=EB=A6=AC=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.tsx | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/main.tsx b/src/main.tsx index 3e72fcb4..2f2a6013 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,24 +1,23 @@ -import * as Sentry from '@sentry/react'; import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './App.tsx'; -Sentry.init({ - dsn: 'https://ff1721b5da5c3ed5ed8c4e4507b6ad51@o4506557086629888.ingest.sentry.io/4506573475741696', - integrations: [ - new Sentry.BrowserTracing({ - tracePropagationTargets: ['localhost', /^https:\/\/www\.lecue\.me/], - }), - new Sentry.Replay({ - maskAllText: false, - blockAllMedia: false, - }), - ], - tracesSampleRate: 1.0, - replaysSessionSampleRate: 0.1, - replaysOnErrorSampleRate: 1.0, -}); +// Sentry.init({ +// dsn: 'https://ff1721b5da5c3ed5ed8c4e4507b6ad51@o4506557086629888.ingest.sentry.io/4506573475741696', +// integrations: [ +// new Sentry.BrowserTracing({ +// tracePropagationTargets: ['localhost', /^https:\/\/www\.lecue\.me/], +// }), +// new Sentry.Replay({ +// maskAllText: false, +// blockAllMedia: false, +// }), +// ], +// tracesSampleRate: 1.0, +// replaysSessionSampleRate: 0.1, +// replaysOnErrorSampleRate: 1.0, +// }); ReactDOM.createRoot(document.getElementById('root')!).render(