Skip to content

Commit

Permalink
Add HeapProfilingMacKillSwitch (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m authored Feb 29, 2024
1 parent e6185c2 commit 489640d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2131,6 +2131,32 @@
]
},
"name": "BraveRewardsAllowSelfCustodyProvidersStudy"
},
{
"experiments": [
{
"feature_association": {
"disable_feature": [
"HeapProfilerReporting"
]
},
"name": "Disabled_EmergencyKillSwitch",
"probability_weight": 100
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"MAC"
],
"min_version": "122.*",
"max_version": "125.*"
},
"name": "HeapProfilingMacKillSwitch"
}
],
"version": "1"
Expand Down

0 comments on commit 489640d

Please sign in to comment.