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.
false
1 parent 062fb21 commit 37198faCopy full SHA for 37198fa
Experiments/Experiments/DefaultFeatureFlagService.swift
@@ -39,6 +39,13 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
39
return buildConfig == .localDeveloper || buildConfig == .alpha
40
case .wpcomSignup:
41
42
+ case .performanceMonitoring,
43
+ .performanceMonitoringCoreData,
44
+ .performanceMonitoringFileIO,
45
+ .performanceMonitoringNetworking,
46
+ .performanceMonitoringViewController,
47
+ .performanceMonitoringUserInteraction:
48
+ return buildConfig != .appStore
49
default:
50
return true
51
}
0 commit comments