Skip to content

Commit

Permalink
Enable P3A Nebula for nightly/beta (#1100)
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Jozwiak <[email protected]>
  • Loading branch information
DJAndries and kjozwiak authored Jun 28, 2024
1 parent 1b5ae08 commit 22c6ec8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3012,6 +3012,37 @@
"min_version": "120.*"
},
"name": "BraveWalletAnkrBalancesEnabled"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveP3ADifferentialSampling"
]
},
"name": "Enabled",
"probability_weight": 100
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA"
],
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID",
"IOS"
]
},
"name": "BraveP3ANebulaNightlyBeta"
}
],
"version": "1"
Expand Down

0 comments on commit 22c6ec8

Please sign in to comment.