Reduce Sentry noise from logger transport and expected-failure call sites (#10893)

This commit is contained in:
Spence Pope
2026-07-01 10:43:01 -04:00
committed by GitHub
parent e86067986f
commit c4ce3ce0fb
12 changed files with 75 additions and 25 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ let PostFeed = ({
}
} catch (e) {
if (!isNetworkError(e)) {
logger.error('Poll latest failed', {feed, message: String(e)})
logger.warn('Poll latest failed', {feed, message: String(e)})
}
}
})