Skip to content

Commit abe1728

Browse files
committed
Enable profiler questions for all.
1 parent c937b22 commit abe1728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
4040
case .storeCreationM2WithInAppPurchasesEnabled:
4141
return false
4242
case .storeCreationM3Profiler:
43-
return buildConfig == .localDeveloper || buildConfig == .alpha
43+
return true
4444
case .justInTimeMessagesOnDashboard:
4545
return true
4646
case .systemStatusReportInSupportRequest:

0 commit comments

Comments
 (0)