Commit 10be04e
authored
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: cleanup1 parent f9a9921 commit 10be04e
File tree
1 file changed
+5
-24
lines changed- packages/sdk/src/services/RemoteCommunicationPostMessageStream
1 file changed
+5
-24
lines changedLines changed: 5 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 1 | | |
7 | 2 | | |
8 | 3 | | |
| |||
62 | 57 | | |
63 | 58 | | |
64 | 59 | | |
65 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | 74 | | |
94 | 75 | | |
95 | 76 | | |
| |||
0 commit comments