matomo-java-tracker icon indicating copy to clipboard operation
matomo-java-tracker copied to clipboard

Allow zero as value to certain tracking parameters

Open aleximenes opened this issue 4 months ago • 2 comments

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

aleximenes avatar Sep 30 '25 11:09 aleximenes