feat(reporting): Silence reporting errors (#18542)

pull/18561/head
Deniz Kusefoglu 2020-06-16 19:41:31 -07:00 committed by GitHub
parent cdcba3566b
commit 2135042485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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
}
}