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 // 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',