From d9c4dae739cfff6d1b9369eee24daf7031f69127 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 30 Nov 2020 10:28:05 +0000 Subject: [PATCH] Send error to sentry from update --- supervisor/supervisor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/supervisor/supervisor.py b/supervisor/supervisor.py index afb643c24..63360b625 100644 --- a/supervisor/supervisor.py +++ b/supervisor/supervisor.py @@ -137,6 +137,7 @@ class Supervisor(CoreSysAttributes): self.sys_resolution.create_issue( IssueType.UPDATE_FAILED, ContextType.SUPERVISOR ) + self.sys_capture_exception(err) raise SupervisorUpdateError() from err else: self.sys_config.version = version