Skip to content

Commit

Permalink
Update docs/walletkit/ios/usage.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-710 authored Jan 20, 2025
1 parent cc33ecf commit 9ae6a6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/walletkit/ios/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ In order to allow users to receive push notifications you have to communicate wi
try await WalletKit.instance.register(deviceToken: deviceToken)
```

The telemetry feature aims to improve the reliability and observability of connection flows between decentralized applications (dapps) and wallets.
It focuses solely on collecting data about code execution and error codes, without tracking any sensitive user information like amounts, accounts etc.
The telemetry feature aims to enhance the reliability and observability of connection flows between decentralized applications (dApps) and wallets. It focuses solely on collecting data related to code execution and error codes, without tracking any sensitive user information such as amounts, accounts, etc.

It provides a comprehensive tracing system for three key use cases:

Expand Down

0 comments on commit 9ae6a6d

Please sign in to comment.