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)
Tracking
()
NEW
| 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.
| Reporter | ||
Updated•8 years ago
|
tracking-fxios:
--- → ?
Whiteboard: [MobileCore]
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
Whiteboard: [MobileCore] → [MobileCore][Telemetry]
Updated•8 years ago
|
Updated•8 years ago
|
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•