This commit is contained in:
Your Name
2024-04-28 18:31:03 -05:00
parent 08e52cce7f
commit 80b75ca9cf
3 changed files with 9 additions and 9 deletions

View File

@@ -341,14 +341,14 @@ def manager_init(frogpilot_functions) -> None:
os.environ['CLEAN'] = '1'
# init logging
sentry.init(sentry.SentryProject.SELFDRIVE)
cloudlog.bind_global(dongle_id=dongle_id,
version=get_version(),
origin=get_normalized_origin(),
branch=get_short_branch(),
commit=get_commit(),
dirty=is_dirty(),
device=HARDWARE.get_device_type())
# sentry.init(sentry.SentryProject.SELFDRIVE)
# cloudlog.bind_global(dongle_id=dongle_id,
# version=get_version(),
# origin=get_normalized_origin(),
# branch=get_short_branch(),
# commit=get_commit(),
# dirty=is_dirty(),
# device=HARDWARE.get_device_type())
# preimport all processes
for p in managed_processes.values():