Closed gemcoder21 closed 2 weeks ago
I would like to turn this off also. We only intend on tracking crash reports and don't want any analytics in our app. This may also cause issues with the privacy disclosure on the app store, with devs unknowingly filling it out incorrectly
Seems you can disable it via:
Events.instance.setTelemetryEnabled(false)
@simonmcl exactly
Events.instance.setTelemetryEnabled(false)
will disable sending any events
Describe the bug
WalletKit
does not seem to have any way to disable no consented analytics collection.SDK Version
To Reproduce
Open the app with WalletConnect enabled via
WalletKit.configure
and it will be sending analytic events to thehttps://pulse.walletconnect.com/batch
Expected behavior
Analytics should not enabled by default and should have ability to enable/disable.
Screenshots