From ab8dd45cdac90ecad49a96cd2de104561033f27d Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 17 Jan 2025 10:57:06 -0500 Subject: [PATCH] do this instead --- system/sentry.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/system/sentry.py b/system/sentry.py index 2dd003190e..976feef801 100644 --- a/system/sentry.py +++ b/system/sentry.py @@ -19,11 +19,10 @@ CRASHES_DIR = Paths.crash_log_root() class SentryProject(Enum): - project = "https://7e3be9bfcfe04c9abe58bd25fe290d1a@o1138119.ingest.sentry.io/6191481" # python project - SELFDRIVE = project + SELFDRIVE = "https://7e3be9bfcfe04c9abe58bd25fe290d1a@o1138119.ingest.sentry.io/6191481" # native project - SELFDRIVE_NATIVE = project + SELFDRIVE_NATIVE = SELFDRIVE def report_tombstone(fn: str, message: str, contents: str) -> None: