Skip to content

Commit

Permalink
chore: set test data trackEvents to true
Browse files Browse the repository at this point in the history
  • Loading branch information
yusinto committed Nov 8, 2023
1 parent 474cdf7 commit 55bf9af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/sdk/cloudflare/example/src/testData.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"negate": false
}
],
"trackEvents": false,
"trackEvents": true,
"rollout": {
"bucketBy": "bucket",
"variations": [{ "variation": 1, "weight": 100 }]
Expand All @@ -36,7 +36,7 @@
},
"clientSide": true,
"salt": "aef830243d6640d0a973be89988e008d",
"trackEvents": false,
"trackEvents": true,
"trackEventsFallthrough": false,
"debugEventsUntilDate": null,
"version": 2,
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"clientSide": true,
"salt": "aef830243d6640d0a973be89988e008d",
"trackEvents": false,
"trackEvents": true,
"trackEventsFallthrough": false,
"debugEventsUntilDate": null,
"version": 2,
Expand All @@ -87,7 +87,7 @@
"negate": false
}
],
"trackEvents": false
"trackEvents": true
}
],
"fallthrough": {
Expand All @@ -101,7 +101,7 @@
},
"clientSide": true,
"salt": "aef830243d6640d0a973be89988e008d",
"trackEvents": false,
"trackEvents": true,
"trackEventsFallthrough": false,
"debugEventsUntilDate": null,
"version": 2,
Expand Down

0 comments on commit 55bf9af

Please sign in to comment.