sentry: fix deprecation warning

pull/33779/head
Adeeb Shihadeh 7 months ago committed by GitHub
parent 8e8f61ad35
commit 7aa4ef5fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      system/sentry.py

@ -72,7 +72,4 @@ def init(project: SentryProject) -> bool:
sentry_sdk.set_tag("commit", build_metadata.openpilot.git_commit)
sentry_sdk.set_tag("device", HARDWARE.get_device_type())
if project == SentryProject.SELFDRIVE:
sentry_sdk.Hub.current.start_session()
return True

Loading…
Cancel
Save