Patch Changes
-
#15013
8cf78c8Thanks @dario-piotrowicz! - Update undici from 7.28.0 to 7.29.0 -
#15011
6946da1Thanks @LeSingh1! - Validateobservability.logs.head_sampling_rateandobservability.traces.head_sampling_rateare between 0 and 1The 0–1 range check was only applied to the top level
observability.head_sampling_rate. The two nested fields were type-checked as numbers but never bounds-checked, so a value such as10(a common mix-up with a percentage) was accepted locally and sent to the API.All three fields now report
must be a value between 0 and 1.consistently.
{ "observability": { "logs": { "enabled": true, "head_sampling_rate": 10 } } }