1
mirror of https://github.com/home-assistant/supervisor synced 2024-08-05 03:49:58 +02:00

Add observer version to sentry (#2054)

This commit is contained in:
Pascal Vizeli 2020-09-15 10:46:58 +02:00 committed by GitHub
parent 2f0e99d420
commit 4da2715d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ def filter_data(coresys: CoreSys, event: dict, hint: dict) -> dict:
"dns": coresys.plugins.dns.version,
"docker": coresys.docker.info.version,
"multicast": coresys.plugins.multicast.version,
"observer": coresys.plugins.observer.version,
"os": coresys.hassos.version,
"supervisor": coresys.supervisor.version,
},