inconshreveable / go-keen

Keen IO Client SDK in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors encountered during multi-event submission are ignored

inconshreveable opened this issue · comments

When submitting a batch of events, the keen API will reply with success and a json body marking the success/failure of each event event.

Only the status code is checked right now and the body is ignored, meaning some events that the Keen API failed will not be visible to the caller.