Commit f394c92
authored
fix: hide error tracking fingerprint from signal reports (#1578)
### Problem
The fingerprint string in error tracking signal cards is very long, not human-readable, and clutters the UI.
### Fix
Removed the fingerprint display block (WarningIcon + fingerprint text) from `ErrorTrackingSignalCard`. Kept the `fingerprint` field in the type definition since it is part of the API contract.
Fixes #15731 parent abd6c86 commit f394c92
1 file changed
Lines changed: 0 additions & 34 deletions
Lines changed: 0 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
479 | 478 | | |
480 | 479 | | |
481 | 480 | | |
482 | | - | |
483 | 481 | | |
484 | 482 | | |
485 | 483 | | |
486 | 484 | | |
487 | 485 | | |
488 | | - | |
489 | 486 | | |
490 | 487 | | |
491 | 488 | | |
492 | 489 | | |
493 | | - | |
494 | | - | |
495 | 490 | | |
496 | 491 | | |
497 | 492 | | |
498 | 493 | | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | 494 | | |
528 | 495 | | |
529 | 496 | | |
| |||
649 | 616 | | |
650 | 617 | | |
651 | 618 | | |
652 | | - | |
653 | 619 | | |
654 | 620 | | |
655 | 621 | | |
| |||
0 commit comments