File tree Expand file tree Collapse file tree
experimenter/experimenter/targeting Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4272,6 +4272,20 @@ def __post_init__(self):
42724272 application_choice_names = (Application .DESKTOP .name ,),
42734273)
42744274
4275+ FX_151_3_TRAINHOP = NimbusTargetingConfig (
4276+ name = "New Tab Fx151 Apr-19 Trainhop" ,
4277+ slug = "newtab-151-0419-trainhop" ,
4278+ description = (
4279+ "Desktop users having the New Tab 151.3.20260419.192959 train hop, "
4280+ "which includes users of Fx150"
4281+ ),
4282+ targeting = "newtabAddonVersion|versionCompare('151.3.20260419.192959') >= 0" ,
4283+ desktop_telemetry = "" ,
4284+ sticky_required = False ,
4285+ is_first_run_required = False ,
4286+ application_choice_names = (Application .DESKTOP .name ,),
4287+ )
4288+
42754289BUILDID_20251006095753 = NimbusTargetingConfig (
42764290 name = "Build ID 20251006095753 or higher" ,
42774291 slug = "buildid-20251006095753" ,
You can’t perform that action at this time.
0 commit comments