PostHog / customerio-plugin

Send event data and emails into Customer.io.
https://posthog.com/plugins/customer.io
MIT License
6 stars 8 forks source link

Reduce `storage.set` calls for customer.io plugin #17

Closed macobo closed 2 years ago

macobo commented 2 years ago

It's currently doing a set per event exported, even if the data hasn't changed. Let's make this smarter.