matomo-java-tracker
matomo-java-tracker copied to clipboard
Allow zero as value to certain tracking parameters
Prior to this change, the parameters changed within this commit did not allow zero as a value as the minimum value they were compared to was 4.9E-324.
Fixes #361
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue