Commit 47054f4
fix: flatten searchable os distribution fields (#81297)
<!-- Describe your PR here. -->
update to #69865
To search the distribution fields, we cannot have them in a hierarchy
`os.distribution.name`, we instead need them flattened to
`os.distribution_name`
This is part of reworking the following native-SDK PR:
getsentry/sentry-native#963
The update is also tracked on the docs side:
getsentry/sentry-docs#11936
And on Relay: getsentry/relay#42921 parent 0e4cc30 commit 47054f4
File tree
3 files changed
+30
-45
lines changed- src/sentry
- rules/conditions
- snuba
- tests/sentry/rules/conditions
3 files changed
+30
-45
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
| 421 | + | |
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
438 | 431 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 67 | + | |
73 | 68 | | |
74 | 69 | | |
75 | 70 | | |
| |||
824 | 819 | | |
825 | 820 | | |
826 | 821 | | |
827 | | - | |
828 | | - | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
833 | | - | |
834 | 822 | | |
835 | 823 | | |
836 | 824 | | |
837 | | - | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
838 | 830 | | |
839 | 831 | | |
840 | 832 | | |
841 | 833 | | |
842 | 834 | | |
843 | 835 | | |
844 | | - | |
| 836 | + | |
845 | 837 | | |
846 | 838 | | |
847 | 839 | | |
| |||
850 | 842 | | |
851 | 843 | | |
852 | 844 | | |
853 | | - | |
| 845 | + | |
854 | 846 | | |
855 | 847 | | |
856 | 848 | | |
| |||
859 | 851 | | |
860 | 852 | | |
861 | 853 | | |
862 | | - | |
| 854 | + | |
863 | 855 | | |
864 | 856 | | |
865 | 857 | | |
| |||
0 commit comments