We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151080e commit 2f0f873Copy full SHA for 2f0f873
static/app/types/event.tsx
@@ -29,13 +29,6 @@ export type EventGroupComponent = {
29
name: string | null;
30
values: EventGroupComponent[] | string[];
31
};
32
-type EventGroupingConfig = {
33
- base: string | null;
34
- delegates: string[];
35
- id: string;
36
- strategies: string[];
37
-};
38
-
39
type VariantEvidence = {
40
desc: string;
41
fingerprint: string;
@@ -78,7 +71,6 @@ interface ChecksumVariant extends BaseVariant {
78
71
interface HasComponentGrouping {
79
72
client_values?: string[];
80
73
component?: EventGroupComponent;
81
- config?: EventGroupingConfig;
82
74
matched_rule?: string;
83
75
values?: string[];
84
76
}
0 commit comments