Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(sdk): always send RPC requests via network and deeplink (#1181)
* feat: set rpc id even without network * refactor: streamline RPC method tracking in write function - Moved RPC method tracking logic to ensure it is executed before sending analytics. - Enhanced logging for the RPC method tracker to include detailed information about the tracked methods and data. - Removed redundant console warnings to clean up the code and improve readability. * refactor(write): simplify message sending logic • Remove conditional analytics sending • Always send RPC requests via network • Add debug logging for triggeredInstaller state • Remove redundant RPC method tracking * feat: cleanup
- Loading branch information