From 45c47d0c48a4e5f60b3e91b09dbc2e82d044b5a7 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 17 Jan 2025 12:01:11 -0500 Subject: [PATCH] new endpoint --- system/sentry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/sentry.py b/system/sentry.py index 976feef801..9978d174a4 100644 --- a/system/sentry.py +++ b/system/sentry.py @@ -20,7 +20,7 @@ CRASHES_DIR = Paths.crash_log_root() class SentryProject(Enum): # python project - SELFDRIVE = "https://7e3be9bfcfe04c9abe58bd25fe290d1a@o1138119.ingest.sentry.io/6191481" + SELFDRIVE = "https://186a6736b7927e5ae9b92c869ba81b6b@o1138119.ingest.us.sentry.io/4508660076052480" # native project SELFDRIVE_NATIVE = SELFDRIVE