do this instead

This commit is contained in:
Jason Wen
2025-01-17 10:57:06 -05:00
parent 66eb3a2532
commit ab8dd45cda
+2 -3
View File
@@ -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: