Reduce some Sentry logs (#2549)
* Reduce some Sentry logs * Update tests
This commit is contained in:
parent
64f7800bed
commit
9cbd3c0937
4 changed files with 8 additions and 7 deletions
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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})
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue