PostHog / plugin-repository

Plugins for PostHog
MIT License
2 stars 7 forks source link

Plugin request: send event data to a different PostHog instance #19

Closed macobo closed 3 years ago

macobo commented 3 years ago

Is your feature request related to a problem?

When doing "release testing" one thing we have constantly struggled with is testing how the changes perform on a larger self-hosted instance.

Let's fix that!

Describe the solution you'd like

Create a plugin which submits all events for our team to a postgres-based deployment. If the scale is still too small, add functionality to amplify the writes (e.g. 3 events for every 1 ingested).

Describe alternatives you've considered

Make a really really popular other product.

Additional context

Thank you for your feature request – we love each and every one!

mariusandra commented 3 years ago

Related: https://github.com/PostHog/plugin-repository/issues/11