Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
name: Check vendored schema for upstream updates
command: |
bin/update-schema.sh HEAD
if ! git diff --exit-code HEAD -- glean-core/preview/tests/glean.1.schema.json; then
if ! git diff --exit-code HEAD -- glean.1.schema.json; then
echo "===================================="
echo "Latest schema from upstream changed."
echo "Please regenerate the file using:"
Expand Down
9 changes: 9 additions & 0 deletions glean.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,15 @@
"type": "string"
},
"type": "object"
},
"session_sample_rate": {
"description": "Remote override for the session sampling rate (0.0–1.0).",
"maximum": 1.0,
"minimum": 0.0,
"type": [
"number",
"null"
]
}
},
"type": "object"
Expand Down