mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-07 00:05:44 +08:00
do this instead
This commit is contained in:
+2
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user