keenlabs / KeenClient-Java

Official Java client for the Keen IO API. Build analytics features directly into your Java apps.
https://keen.io/docs
MIT License
74 stars 43 forks source link

Fix bug that posted __attempts.json file as event. #37

Closed smurthas closed 9 years ago

smurthas commented 9 years ago

Previously, the SDK would POST the __attempts.json as if it were an event because the FileEventStore.getFilesInDir private function would return a handle for it. This patch filters out that file.

Geeber commented 9 years ago

:shipit: nice catch