Skip to content

Commit ce05727

Browse files
authored
Merge pull request #8226 from woocommerce/task/enable-SSR-feature-flag
Enable the SSR Request feature flag.
2 parents d5d8e4e + b2e0095 commit ce05727

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
4242
case .justInTimeMessagesOnDashboard:
4343
return true
4444
case .systemStatusReportInSupportRequest:
45-
return buildConfig == .localDeveloper || buildConfig == .alpha
45+
return true
4646
case .performanceMonitoring,
4747
.performanceMonitoringCoreData,
4848
.performanceMonitoringFileIO,

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
11.4
44
-----
5+
- [*] Add System Status Report to ZenDesk support requests. [https://github.com/woocommerce/woocommerce-ios/pull/8171]
56

67

78
11.3

0 commit comments

Comments
 (0)