mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 04:27:56 +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
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user