Add MetaMask error patterns to Sentry ignore list

This commit is contained in:
2026-01-15 12:07:50 +03:00
parent 97fac6ebc6
commit 5c74c6306d
+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',