feat(reporting): Silence reporting errors (#18542)
parent
cdcba3566b
commit
2135042485
|
@ -30,7 +30,6 @@ export const reportPoints = (points: Points) => {
|
|||
credentials: 'include',
|
||||
})
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
// don't want reporting errors to effect user experience
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue