mirror of https://github.com/commaai/openpilot.git
Remove duplicate "build_metadata" declaration (#33927)
This commit is contained in:
parent
39dbee0329
commit
83b60a7ba6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue