-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(analytics): improve dapp details tracking and SDK RPC request ana…
…lytics (#1179) * feat: add analytics tracking for SDK RPC requests - Implemented analytics tracking for SDK RPC requests when not sending via network. - Integrated SendAnalytics function to log SDK_RPC_REQUEST events with relevant parameters. * refactor: improve analytics event handling and caching logic - Removed deprecated SDK version ID and updated channelId declaration to use const. - Enhanced caching logic for channel information, ensuring validation of cached data. - Added logging for cases with empty cached channel info to improve debugging. - Refactored incrementRedisCacheOperation calls for better readability.
- Loading branch information
1 parent
86052b0
commit ba1bee1
Showing
2 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters