From 90e97946dadfb05fe2db69a026602d345ac77b81 Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Mon, 26 Aug 2024 04:46:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20key=20=EB=AC=B8=EC=A0=9C=EC=A0=90=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/sentry.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/utils/sentry.ts b/src/utils/sentry.ts index 0a48163..9720d1d 100644 --- a/src/utils/sentry.ts +++ b/src/utils/sentry.ts @@ -9,14 +9,11 @@ import { } from 'react-router-dom'; import { VITE_SENTRY_DSN_KEY } from '@/constants/environment'; -console.log(VITE_SENTRY_DSN_KEY); -console.log(process.env.VITE_SENTRY_DSN_KEY); - const setSentry = () => { function initSentry() { Sentry.init({ environment: process.env.NODE_ENV, - dsn: VITE_SENTRY_DSN_KEY || process.env.VITE_SENTRY_DSN_KEY, + dsn: VITE_SENTRY_DSN_KEY, tracesSampleRate: 1.0, tracePropagationTargets: [ 'localhost',