Skip to content

Commit

Permalink
Remove duplicate "build_metadata" declaration (#33927)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogAi authored Nov 5, 2024
1 parent 39dbee0 commit 83b60a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def init(project: SentryProject) -> bool:
max_value_length=8192,
environment=env)

build_metadata = get_build_metadata()

sentry_sdk.set_user({"id": dongle_id})
sentry_sdk.set_tag("dirty", build_metadata.openpilot.is_dirty)
sentry_sdk.set_tag("origin", build_metadata.openpilot.git_origin)
Expand Down

0 comments on commit 83b60a7

Please sign in to comment.