Skip to content

Commit e73f74d

Browse files
authored
chore(metrics): remove metrics rollout hooks declaration (#72091)
1 parent e1d65ca commit e73f74d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

static/app/types/hooks.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ type DisabledMemberTooltipProps = {children: React.ReactNode};
9393

9494
type DashboardHeadersProps = {organization: Organization};
9595

96-
type MetricsSubscriptionCTAProps = {
97-
organization: Organization;
98-
children?: React.ReactNode;
99-
};
100-
10196
type MetricsSamplesListProps = {children: React.ReactNode; organization: Organization};
10297

10398
type ReplayFeedbackButton = {children: React.ReactNode};
@@ -210,8 +205,6 @@ export type ComponentHooks = {
210205
'component:header-selector-items': () => React.ComponentType<SelectorItemsProps>;
211206
'component:issue-priority-feedback': () => React.ComponentType<QualitativeIssueFeedbackProps>;
212207
'component:member-list-header': () => React.ComponentType<MemberListHeaderProps>;
213-
'component:metrics-onboarding-panel-primary-action': () => React.ComponentType<MetricsSubscriptionCTAProps>;
214-
'component:metrics-subscription-alert': () => React.ComponentType<MetricsSubscriptionCTAProps>;
215208
'component:monitor-status-toggle': () => React.ComponentType<StatusToggleButtonProps>;
216209
'component:org-stats-banner': () => React.ComponentType<DashboardHeadersProps>;
217210
'component:organization-header': () => React.ComponentType<OrganizationHeaderProps>;

0 commit comments

Comments
 (0)