Reduce Sentry noise from logger transport and expected-failure call sites (#10893)
This commit is contained in:
@@ -132,7 +132,7 @@ export function Root({children}: {children: React.ReactNode}) {
|
||||
const onHoverableTouchUp = useCallback((id: string) => {
|
||||
const hoverable = hoverables.current.get(id)
|
||||
if (!hoverable) {
|
||||
logger.warn(`No such hoverable with id ${id}`)
|
||||
logger.warn(`No such hoverable`, {id})
|
||||
return
|
||||
}
|
||||
hoverable.onTouchUp()
|
||||
|
||||
Reference in New Issue
Block a user