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

fix: Improve cleaning of provided event name allowlist #38

Closed tkaemming closed 6 months ago

tkaemming commented 6 months ago

Previously, if the allow list was specified as a, b, c, this would match on b and c, which is almost certainly not what anybody wants, and would erroneously filter out b and c, rather than including them in the output set.

See also: https://posthoghelp.zendesk.com/agent/tickets/12549