Vladimir Klimontovich
Vladimir Klimontovich
We didn't manage to reporoduce it, but we added a few extra measures and debug logging. Would you mind trying `beta` images? Just update to a latest [docker-compose](https://github.com/jitsucom/jitsu/blob/newjitsu/docker/docker-compose.yml) from github...
Closing, since the issue is most likely fixed in `2.4`
@absorbb is this still an issue?
It's not a bug, it's how Jitsu is designed at the moment. The connector sends data to [Bulker](https://github.com/jitsucom/bulker) as an array (stream) of JSON object, and Bulker omits all `null`...
Hi @jspizziri, I'm not familiar enough with react-native, but here's what I can tell so far * React native uses [`hermes`](https://hermesengine.dev/) runtime that might be different from `Node` and `Web`...
You might want to look at [next-collect](https://next-collect.dev/). It works through middleware, and Jitsu is supported. Meanwhile, I'll check if the lib works directly, and apply the fix if necessary. The...
Upgrade to `@jitsu/js` `1.9.3` should solve the issue!
Thanks for reporting this. Have you tried Jitsu 2.0? Does this issue exists here as well?
Not really, 2.* has a completely different architecture. The good news is that you jitsu 2.0 should be easy to deploy: We maintain Jitsu 1.* only when it pertains to...