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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View file

@ -272,7 +272,8 @@ export function usePinnedFeedsInfos(): {
},
})
} catch (e) {
logger.warn(`usePinnedFeedsInfos: failed to fetch ${uri}`, {
// expected failure
logger.info(`usePinnedFeedsInfos: failed to fetch ${uri}`, {
error: e,
})
}