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
@@ -189,7 +189,7 @@ export function useVideoElement(ref: RefObject<HTMLVideoElement | null>) {
`The play() request was interrupted by a call to pause()`,
)
) {
logger.error('Error playing video:', {message: err})
logger.warn('Error playing video:', {message: err})
}
})
}