Unleash / unleash-android-proxy-sdk

https://docs.getunleash.io/unleash-android-proxy-sdk
Apache License 2.0
8 stars 16 forks source link

fix: posting metrics fails due to stop being null #73

Closed gastonfournier closed 8 months ago

gastonfournier commented 8 months ago

About the changes

When posting metrics the stop variable of the bucket is null. This makes Unleash reject metrics with a 400 error.

This PR fixes that and adds a test validating the body format