Improve update integration diagnostics

This commit is contained in:
rcourtman 2025-11-12 22:27:05 +00:00
parent ca1ef66d77
commit 82a2eebb3f
8 changed files with 95 additions and 17 deletions

View file

@ -19,7 +19,7 @@ const getInitialViewMode = (): MetricsViewMode => {
if (stored === 'sparklines' || stored === 'bars') {
return stored;
}
} catch (err) {
} catch (_err) {
// Ignore localStorage errors
}