From c31b167eb132652af73fc244fcd00384520a69a7 Mon Sep 17 00:00:00 2001 From: Pontus Hanssen Date: Wed, 12 Mar 2025 10:10:34 +0100 Subject: [PATCH] Correct sample rate calculation comparison --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 463e941..4484566 100644 --- a/index.html +++ b/index.html @@ -938,7 +938,7 @@

Extract response headers

  • Decide whether or not to report on this request. Let roll be a random number between 0.0 and 1.0, inclusive. If roll - ≥ sampling rate, return null. + > sampling rate, return null.