Skip to content

Commit 2f0f873

Browse files
cvxluoclaude
andauthored
ref(grouping): remove unused EventGroupingConfig type (#112553)
While refactoring in #112536, we stopped using `EventGroupingConfig` anywhere, so we can clean it up. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 151080e commit 2f0f873

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

static/app/types/event.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ export type EventGroupComponent = {
2929
name: string | null;
3030
values: EventGroupComponent[] | string[];
3131
};
32-
type EventGroupingConfig = {
33-
base: string | null;
34-
delegates: string[];
35-
id: string;
36-
strategies: string[];
37-
};
38-
3932
type VariantEvidence = {
4033
desc: string;
4134
fingerprint: string;
@@ -78,7 +71,6 @@ interface ChecksumVariant extends BaseVariant {
7871
interface HasComponentGrouping {
7972
client_values?: string[];
8073
component?: EventGroupComponent;
81-
config?: EventGroupingConfig;
8274
matched_rule?: string;
8375
values?: string[];
8476
}

0 commit comments

Comments
 (0)