mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-13 09:01:00 +00:00
Add MetaMask error patterns to Sentry ignore list
This commit is contained in:
@@ -57,11 +57,15 @@ export const initSentry = () => {
|
|||||||
|
|
||||||
// Ignore common non-critical errors
|
// Ignore common non-critical errors
|
||||||
ignoreErrors: [
|
ignoreErrors: [
|
||||||
// Browser extensions
|
// Browser extensions (MetaMask, etc.)
|
||||||
'top.GLOBALS',
|
'top.GLOBALS',
|
||||||
'canvas.contentDocument',
|
'canvas.contentDocument',
|
||||||
'MyApp_RemoveAllHighlights',
|
'MyApp_RemoveAllHighlights',
|
||||||
'atomicFindClose',
|
'atomicFindClose',
|
||||||
|
'ObjectMultiplex',
|
||||||
|
'StreamMiddleware',
|
||||||
|
'malformed chunk',
|
||||||
|
'Unknown response id',
|
||||||
// Network errors that are expected
|
// Network errors that are expected
|
||||||
'NetworkError',
|
'NetworkError',
|
||||||
'Failed to fetch',
|
'Failed to fetch',
|
||||||
|
|||||||
Reference in New Issue
Block a user