Skip to content

Commit

Permalink
sentry: fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Oct 12, 2024
1 parent 8e8f61a commit 7aa4ef5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7aa4ef5

Please sign in to comment.