v0.37.0
Minor Changes
- feat Add telemetry to help us better understand library usage and improve the developer experience. @cpcramer
Patch Changes
-
fix Add various improvements to the Earn component. by @dschlabach #1973
-
docs Add documentation for the Earn component. by @dschlabach #1974
-
fix Remove circular dependency. By @dschlabach #1970
Telemetry
Starting with version 0.37.0, OnchainKit introduces an anonymous telemetry system to help us better understand library usage and improve the developer experience. This system collects anonymous data about:
- Component usage and events
- Version and app information
- Usage metrics
- Error events
No sensitive data (environment variables, private keys, file paths) is ever collected.
How to Opt Out
To fully disable telemetry collection, set the
analytics
flag tofalse
in your OnchainKit Provider:Learn more at https://onchainkit.xyz/guides/telemetry