September 27th, 2025 Update

This commit is contained in:
James
2025-09-27 12:00:00 -07:00
parent 73821d9482
commit a759abb082
1166 changed files with 228204 additions and 267090 deletions
+6 -1
View File
@@ -7,7 +7,6 @@ from enum import Enum
from sentry_sdk.integrations.threading import ThreadingIntegration
from openpilot.common.params import Params
from openpilot.system.athena.registration import is_registered_device
from openpilot.system.hardware import HARDWARE, PC
from openpilot.common.swaglog import cloudlog
from openpilot.system.version import get_build_metadata, get_version
@@ -31,6 +30,12 @@ def report_tombstone(fn: str, message: str, contents: str) -> None:
sentry_sdk.flush()
def capture_block():
with sentry_sdk.push_scope() as scope:
sentry_sdk.capture_message("Blocked user from using the development branch", level='info')
sentry_sdk.flush()
def capture_exception(*args, crash_log=True, **kwargs) -> None:
exc_text = traceback.format_exc()