mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 08:06:30 +00:00
Add observer version to sentry (#2054)
This commit is contained in:
parent
2f0e99d420
commit
4da2715d14
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user