Skip to content

Commit 6bff181

Browse files
committed
Release all Analytics Hub features
1 parent e9c7c10 commit 6bff181

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
5353
.performanceMonitoringUserInteraction:
5454
// Disabled by default to avoid costs spikes, unless in internal testing builds.
5555
return buildConfig == .alpha
56-
case .analyticsHub:
57-
return buildConfig == .localDeveloper || buildConfig == .alpha
5856
case .tapToPayOnIPhone:
5957
return buildConfig == .localDeveloper
6058
default:

Experiments/Experiments/FeatureFlag.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,4 @@ public enum FeatureFlag: Int {
133133
///
134134
/// - Note: The app will ignore this if `performanceMonitoring` is `false`.
135135
case performanceMonitoringViewController
136-
137-
/// Temporary feature flag for the native Jetpack setup flow.
138-
///
139-
case analyticsHub
140136
}

WooCommerce/Classes/ViewRelated/Dashboard/Analytics Hub/AnalyticsHubView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ struct AnalyticsHubView: View {
113113

114114
Divider()
115115
}
116-
.renderedIf(ServiceLocator.featureFlagService.isFeatureFlagEnabled(.analyticsHub))
117116

118117
Spacer()
119118
}

0 commit comments

Comments
 (0)