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: