Commit 6f5bd3d
committed
metrics: Track RPC migration path (from/to) in banner update event
Change from single rpc_endpoint_url to from_rpc_domain and to_rpc_domain
properties to track the complete migration path when users switch RPCs
from the network connection banner.
This enables analytics to identify:
- Which RPC endpoints are problematic (high from_rpc_domain counts)
- Which RPC endpoints users prefer (high to_rpc_domain counts)
- Common migration patterns (FROM → TO pairs)1 parent c19334f commit 6f5bd3d
File tree
2 files changed
+29
-10
lines changed- ui/pages/settings/networks-tab/networks-form
2 files changed
+29
-10
lines changedLines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
485 | 497 | | |
486 | 498 | | |
487 | 499 | | |
| |||
509 | 521 | | |
510 | 522 | | |
511 | 523 | | |
512 | | - | |
| 524 | + | |
| 525 | + | |
513 | 526 | | |
514 | 527 | | |
515 | 528 | | |
| |||
627 | 640 | | |
628 | 641 | | |
629 | 642 | | |
630 | | - | |
| 643 | + | |
| 644 | + | |
631 | 645 | | |
632 | 646 | | |
633 | 647 | | |
| |||
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
322 | 327 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
329 | 333 | | |
330 | 334 | | |
331 | 335 | | |
| |||
334 | 338 | | |
335 | 339 | | |
336 | 340 | | |
337 | | - | |
| 341 | + | |
| 342 | + | |
338 | 343 | | |
339 | 344 | | |
340 | 345 | | |
| |||
0 commit comments