Skip to content

Commit 8df2cec

Browse files
authored
feat(nimbus): Add advanced targeting for newtab trainhop 153.4.20260610.40323 (#15943)
This commit adds new targeting for the 153.4.20260610.40323 trainhop, which includes users of Fx151 on the release channel. Fixes #15938
1 parent a174d22 commit 8df2cec

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

experimenter/experimenter/targeting/constants.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4574,6 +4574,20 @@ def __post_init__(self):
45744574
application_choice_names=(Application.DESKTOP.name,),
45754575
)
45764576

4577+
FX_153_4_TRAINHOP = NimbusTargetingConfig(
4578+
name="New Tab Fx153 Jun-10 Trainhop",
4579+
slug="newtab-153-0610-trainhop",
4580+
description=(
4581+
"Desktop users having the New Tab 153.4.20260610.40323 train hop, "
4582+
"which includes users of Fx151"
4583+
),
4584+
targeting="newtabAddonVersion|versionCompare('153.4.20260610.40323') >= 0",
4585+
desktop_telemetry="",
4586+
sticky_required=False,
4587+
is_first_run_required=False,
4588+
application_choice_names=(Application.DESKTOP.name,),
4589+
)
4590+
45774591
WIDGETS_LISTS_OR_TIMER_INTERACTED_NOT_DISABLED = NimbusTargetingConfig(
45784592
name="New Tab Lists/Timer Interaction, Neither Widget Disabled",
45794593
slug="widgets-lists-timer-interacted-not-disabled",

0 commit comments

Comments
 (0)