Skip to content

Commit

Permalink
set default to true and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-moi committed Dec 20, 2024
1 parent 1fa9c16 commit d7dbeaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/telemetry/configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@
"track_anonymous_user": {
"type": "boolean",
"description": "Whether the anonymous users are tracked by extending cookies. Default to true",
"readOnly": false
"readOnly": false,
"default": true
}
}
}
Expand Down

0 comments on commit d7dbeaa

Please sign in to comment.