From bc502edae150173d7b5ead0eddb739994929ac97 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 25 Jan 2024 23:11:01 -0600 Subject: Clean up some sentry logs (#2630) * Change prop name for sentry ingestion * Fix test * Add default object --- src/lib/hooks/useOTAUpdate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/hooks/useOTAUpdate.ts') diff --git a/src/lib/hooks/useOTAUpdate.ts b/src/lib/hooks/useOTAUpdate.ts index 55147329b..53eab300e 100644 --- a/src/lib/hooks/useOTAUpdate.ts +++ b/src/lib/hooks/useOTAUpdate.ts @@ -36,7 +36,7 @@ export function useOTAUpdate() { showUpdatePopup() } catch (e) { logger.error('useOTAUpdate: Error while checking for update', { - error: e, + message: e, }) } }, [showUpdatePopup]) -- cgit 1.4.1