Skip to content

Commit

Permalink
Add android onboarding study
Browse files Browse the repository at this point in the history
  • Loading branch information
deeppandya committed Dec 12, 2024
1 parent 7970395 commit 2568256
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions studies/AndroidOnboardingStudy.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
name: 'AndroidOnboardingStudy',
experiment: [
{
name: 'Enabled',
probability_weight: 100,
feature_association: {
enable_feature: [
'NewAndroidOnboarding',
],
},
},
{
name: 'Default',
probability_weight: 0,
},
],
filter: {
channel: [
'NIGHTLY',
'BETA',
'RELEASE',
],
platform: [
'ANDROID',
],
},
},
]

0 comments on commit 2568256

Please sign in to comment.