Add MetaMask error patterns to Sentry ignore list

This commit is contained in:
2026-01-15 12:07:50 +03:00
parent ad12d4e383
commit 96e5319d6f
+5 -1
View File
@@ -57,11 +57,15 @@ export const initSentry = () => {
// Ignore common non-critical errors
ignoreErrors: [
// Browser extensions
// Browser extensions (MetaMask, etc.)
'top.GLOBALS',
'canvas.contentDocument',
'MyApp_RemoveAllHighlights',
'atomicFindClose',
'ObjectMultiplex',
'StreamMiddleware',
'malformed chunk',
'Unknown response id',
// Network errors that are expected
'NetworkError',
'Failed to fetch',