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
@@ -55,7 +55,7 @@ export const ChooseAccountForm = ({
})
Toast.show(_(msg`Signed in as @${account.handle}`))
} catch (e: any) {
logger.error('choose account: initSession failed', {
logger.warn('choose account: initSession failed', {
message: e instanceof Error ? e.message : 'Unknown error',
})
// Move to login form.