Understanding OnchainKit’s anonymous telemetry system and how to configure it.
<Wallet />
, <Transaction />
, and <Swap />
) in minutes. Until now, our usage insights have been limited to public npm download counts and API endpoint usage. By collecting telemetry data, we can:
sendAnalytics
function. When a component event occurs (e.g. a successful transaction or a wallet connection), this function automatically fires (provided analytics is enabled in your OnchainKit config).
For example, a telemetry event might be sent as follows:
analytics
flag to false
in your OnchainKit configuration:
true
.
We believe that this telemetry initiative will help us make OnchainKit even better for all developers—by focusing our improvements on the most used features and catching issues early. If you have any questions or feedback, please reach out to the OnchainKit team.
Happy building!
— The OnchainKit core team