Skip to content

Commit

Permalink
Enable Rewards 3.0 on Release (25%) (#1302)
Browse files Browse the repository at this point in the history
This change enables Rewards 3.0 on Release at 25%.
  • Loading branch information
zenparsing authored Feb 6, 2025
1 parent 026a00b commit 1673a25
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions studies/BraveRewardsNewRewardsUIStudy.json5
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,33 @@
],
},
},
{
name: 'BraveRewardsNewRewardsUIStudy',
experiment: [
{
name: 'Enabled',
probability_weight: 25,
feature_association: {
enable_feature: [
'BraveRewardsNewRewardsUI',
],
},
},
{
name: 'Default',
probability_weight: 75,
},
],
filter: {
min_version: '133.*',
channel: [
'RELEASE',
],
platform: [
'WINDOWS',
'MAC',
'LINUX',
],
},
},
]

0 comments on commit 1673a25

Please sign in to comment.