Reduce some Sentry logs (#2549)

* Reduce some Sentry logs

* Update tests
This commit is contained in:
Eric Bailey
2024-01-16 17:48:35 -06:00
committed by GitHub
parent 64f7800bed
commit 9cbd3c0937
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) {
}
broadcast.postMessage({event: unreadCountStr})
} catch (e) {
logger.error('Failed to check unread notifications', {error: e})
logger.warn('Failed to check unread notifications', {error: e})
}
},