Skip to content

Commit

Permalink
chore: release 0.37.0 (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach authored Feb 13, 2025
1 parent 5fa5e9e commit 7ae82e8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion .changeset/tall-moose-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,27 @@
"@coinbase/onchainkit": patch
---

**feat** appchain bridge UI. by @0xAlec #1976
**feat** Add Appchain Bridge UI. by @0xAlec #1976
**fix** Add various improvements to the Earn component. by @dschlabach #1973
**docs** Add documentation for the Earn component. by @dschlabach #1974
**feat** Add telemetry to help us better understand library usage and improve the developer experience. @cpcramer
**chore** Update earnings token. By @alessey #1985
**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 to `false` in your OnchainKit Provider:

Learn more at https://onchainkit.xyz/guides/telemetry
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.36.11';
export const version = '0.37.0';

0 comments on commit 7ae82e8

Please sign in to comment.