PostHog / posthog-filter-out-plugin

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

How to filter out value that is an array? #8

Open skrawcz opened 4 months ago

skrawcz commented 4 months ago

How would I specify a filter for the version field in the following?

{
  "event": "my_event",
  "properties": {
    "version": [
      1,
      19,
      0
    ],
  },
}

I'd like to filter out events that have this particular version set.

skrawcz commented 4 months ago

Ideas: