From 91ba57cca5cefb7567487c4eb83baabe11b5993b Mon Sep 17 00:00:00 2001 From: Austin Poor <45295232+a-poor@users.noreply.github.com> Date: Sat, 4 Jan 2025 10:18:39 -0800 Subject: [PATCH] Updates sentry config --- app/entry.client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/entry.client.tsx b/app/entry.client.tsx index 9b5f056..4097e54 100644 --- a/app/entry.client.tsx +++ b/app/entry.client.tsx @@ -4,7 +4,7 @@ import { HydratedRouter } from "react-router/dom"; import * as Sentry from '@sentry/react'; Sentry.init({ - dsn: import.meta.env.VITE_SENTRY_DSN, + dsn: "https://8f2fd7a5991b5503f9c2e8e600c56a6f@o1081370.ingest.us.sentry.io/4508586546626560", integrations: [ Sentry.browserTracingIntegration(), Sentry.replayIntegration(),