WalletConnect / web3modal

A single Web3 provider solution for all Wallets
https://web3modal.com
Apache License 2.0
4.74k stars 1.33k forks source link

[bug] Magic Analytics disruptive #2151

Open mergd opened 2 months ago

mergd commented 2 months ago

Link to minimal reproducible example

n/a

Summary

The magic integration creates a lot of requests to Datadog, Vercel, and Segment for data analytics.

I have uBlock origin on, and it clutters up the console log with blocking errors as it keeps trying to post to the analytics endpoint. The easiest fix is to disable my adblocker on localhost, but Magic should also do better and cap the number of retries – especially if its something peripheral like analytics

CleanShot 2024-04-13 at 23 45 49@2x

List of related npm package versions

"@web3modal/siwe": "^4.1.6",
"@web3modal/wagmi": "^4.1.6",
linear[bot] commented 2 months ago

W3M-243 [bug] Magic Analytics disruptive

TipToe888 commented 1 month ago

Agreed this is extremely annoying although in production those errors go away

cen1 commented 1 month ago

Same here but on top of that, enableAnalytics: false does not seem to disable it.