Open Bug 1383080 Opened 8 years ago Updated 3 years ago

Add the state of all FeatureSwitches in to CorePing

Categories

(Firefox for iOS :: Telemetry, enhancement, P3)

Other
iOS
enhancement

Tracking

()

Tracking Status
fxios 10.0 ---

People

(Reporter: jhugman, Unassigned)

Details

(Whiteboard: [MobileCore][Telemetry])

In order to help with A/B testing, it would be very useful to add a static array for all FeatureSwitches class FeatureSwitches { public static let allSwitches: [FeatureSwitch] = […] } In the core ping, we should be able to enumerate all these switches, and send the state – $0.name: $0.isMember(prefs) – for each of these switches. We should also put a comment in FeatureSwitches to remind future devs to add any new FeatureSwitches to this array.
tracking-fxios: --- → ?
Whiteboard: [MobileCore]
Priority: -- → P3
Whiteboard: [MobileCore] → [MobileCore][Telemetry]
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.