web3modal
web3modal copied to clipboard
[bug] Magic Analytics disruptive
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
List of related npm package versions
"@web3modal/siwe": "^4.1.6",
"@web3modal/wagmi": "^4.1.6",
Agreed this is extremely annoying although in production those errors go away
Same here but on top of that, enableAnalytics: false
does not seem to disable it.
Any updates on this?
Magic here, those calls are very important to us. But if you're blocking them anyways, capping after a number of retries make sense... Let me bring this up with our team.
Hi all, we've disabled analytics on AppKit. Tested on our end, but would love for you to confirm as well @mergd ?
Please update to latest version to solve this issue