Quiet generic network errors
This commit is contained in:
@@ -27,5 +27,15 @@ init({
|
|||||||
environment: process.env.NODE_ENV,
|
environment: process.env.NODE_ENV,
|
||||||
dist,
|
dist,
|
||||||
release,
|
release,
|
||||||
ignoreErrors: [`t is not defined`, `Can't find variable: t`],
|
ignoreErrors: [
|
||||||
|
/*
|
||||||
|
* Unknown internals errors
|
||||||
|
*/
|
||||||
|
`t is not defined`,
|
||||||
|
`Can't find variable: t`,
|
||||||
|
/*
|
||||||
|
* Un-useful errors
|
||||||
|
*/
|
||||||
|
`Network request failed`,
|
||||||
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user