PostHog / plugin-server

Service to process and save PostHog events, supporting JS/TS plugins at that
https://posthog.com
8 stars 5 forks source link

Bring `URL` into plugin VMs #588

Closed Twixes closed 3 years ago

Twixes commented 3 years ago

Changes

A user wanted to handle some URLs in a plugin (query params etc.), but our VMs don't offer URL. Seems sensible to just bring it into scope.