PostHog / posthog-filter-out-plugin

🦔 Injest only those events satisfying the given filter conditions
MIT License
3 stars 3 forks source link

feat: Allow not having filters attachment #2

Closed tiina303 closed 1 year ago

tiina303 commented 1 year ago

Even though the filters attachment was optional in the spec we failed in plugin setup step, this was confusing.

User thread: https://posthog.slack.com/archives/C049839D57T/p1675062561396399?thread_ts=1674196739.850579&cid=C049839D57T

added tests and ran prettier as well