mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-05-26 17:45:15 +01:00
0ad559adcd
* Initialize machine information before Sentry * Set user and machine for all reports Now that we initialize machine earlier we can report user and machine for all events, even before Supervisor is completely initialized. Also use the new tag format which is a dictionary. Note that it seems that with the current Sentry SDK version the AioHttpIntegration no longer sets the URL as a tag. So sanitation is no longer reuqired. * Update pytests