MetaMask / metamask-mobile

Mobile web browser providing access to websites that use the Ethereum blockchain
https://metamask.io
Other
2.03k stars 1.06k forks source link

TypeError: Invalid URL: https:// #10027

Open sentry-io[bot] opened 1 week ago

sentry-io[bot] commented 1 week ago

Sentry Issue: METAMASK-MOBILE-2G5Y

TypeError: Invalid URL: https://
  at parseDeeplink (app/core/DeeplinkManager/ParseManager/parseDeeplink.ts:28:30)
  at handleUniversalLink (app/core/DeeplinkManager/ParseManager/handleUniversalLink.ts:98:16)
  at parseDeeplink (app/core/DeeplinkManager/ParseManager/parseDeeplink.ts:48:9)
  at parse (app/core/DeeplinkManager/SharedDeeplinkManager.ts:33:17)
  at handleDeeplink (app/components/Nav/App/index.js:363:31)
...
(9 additional frame(s) were not displayed)
NicolasMassart commented 1 week ago

Ideally this error should not be logged in Sentry as it involves an external url and any wrong url will trigger an issue on our side. We don't control that.