customerio / go-customerio

Official Golang client for the Customer.io API
https://customer.io/docs/api/
MIT License
26 stars 23 forks source link

explicitly limiting track event size to 56000 bytes #16

Closed andreev-io closed 9 months ago

andreev-io commented 5 years ago

Customer.io throws an error when request's size is too big. The request size check belongs inside the library, since json.Marshal is happening in there.