feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -290,7 +290,7 @@ final class AnalyticsCollector
|
||||
return true;
|
||||
}
|
||||
|
||||
return $this->random->float() <= $this->samplingRate;
|
||||
return $this->random->float(0, 1) <= $this->samplingRate;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user