Skip to content

Commit

Permalink
Add anonymous user tracking configuration parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-moi committed Dec 18, 2024
1 parent 81c3d74 commit fd0bdc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/telemetry/configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@
"enum": ["view", "error", "vital"]
},
"description": "The list of events that include feature flags collection"
},
"track_anonymous_user":{
"type": "boolean",
"description": "Whether the anonymous users are tracked by extending cookies. Default to true",
"readOnly": false
}
}
}
Expand Down

0 comments on commit fd0bdc5

Please sign in to comment.