measure-sh / measure

Measure is an open source tool to monitor mobile apps.
https://measure.sh
Apache License 2.0
543 stars 27 forks source link

Fix a pagination bug when limit is zero #1498

Closed detj closed 2 weeks ago

detj commented 2 weeks ago

Summary

Session overview API accepts a zero limit value and incorrectly returns data. Handle this edge condition appropriately.