Commit 11524381 authored by tom's avatar tom

[skip ci] silence WalletConnect and ads errors in Sentry

parent 994ff1e1
...@@ -51,6 +51,10 @@ export const config: Sentry.BrowserOptions | undefined = (() => { ...@@ -51,6 +51,10 @@ export const config: Sentry.BrowserOptions | undefined = (() => {
'conduitPage', 'conduitPage',
// Generic error code from errors outside the security sandbox // Generic error code from errors outside the security sandbox
'Script error.', 'Script error.',
// Relay and WalletConnect errors
'Attempt to connect to relay via',
'WebSocket connection failed for URL: wss://relay.walletconnect.com',
], ],
denyUrls: [ denyUrls: [
// Facebook flakiness // Facebook flakiness
...@@ -67,6 +71,12 @@ export const config: Sentry.BrowserOptions | undefined = (() => { ...@@ -67,6 +71,12 @@ export const config: Sentry.BrowserOptions | undefined = (() => {
/127\.0\.0\.1:4001\/isrunning/i, // Cacaoweb /127\.0\.0\.1:4001\/isrunning/i, // Cacaoweb
/webappstoolbarba\.texthelp\.com\//i, /webappstoolbarba\.texthelp\.com\//i,
/metrics\.itunes\.apple\.com\.edgesuite\.net\//i, /metrics\.itunes\.apple\.com\.edgesuite\.net\//i,
// AD fetch failed errors
/czilladx\.com/i,
/coinzilla\.com/i,
/coinzilla\.io/i,
/slise\.xyz/i,
], ],
}; };
})(); })();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment