Quiet some logs, fix a bug (#8404)
* Composer, 142k * Log geolocation error at most once per session * Clean thumb cache, 1.4m * Quiet generic network errors * Handle undefined notification payloads
This commit is contained in:
@@ -27,5 +27,15 @@ init({
|
||||
environment: process.env.NODE_ENV,
|
||||
dist,
|
||||
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