diff --git a/src/main.tsx b/src/main.tsx index 351b384..646b510 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -12,7 +12,7 @@ Sentry.init({ // Tracing tracesSampleRate: 1.0, // Capture 100% of the transactions // Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled - tracePropagationTargets: ["localhost:5173", "https://www.yeolmae.store/"], + tracePropagationTargets: ["https://www.yeolmae.store/"], // Session Replay replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production. replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur. diff --git a/src/pages/Admin/page/AdminPage/DeliveryCheck/DeliveryCheck.tsx b/src/pages/Admin/page/AdminPage/DeliveryCheck/DeliveryCheck.tsx index 0444f2a..84671bd 100644 --- a/src/pages/Admin/page/AdminPage/DeliveryCheck/DeliveryCheck.tsx +++ b/src/pages/Admin/page/AdminPage/DeliveryCheck/DeliveryCheck.tsx @@ -66,13 +66,6 @@ const DeliveryCheck = () => { )} - ); };