bjerkio / nestjs-posthog

Apache License 2.0
3 stars 2 forks source link

Use posthog js v2 #96

Open pradel opened 1 year ago

pradel commented 1 year ago

Looks like posthog released a V2 of their package, would be great for this package to support the latest version! https://github.com/PostHog/posthog-js-lite/tree/master/posthog-node

simenandre commented 1 year ago

@pradel Thanks for opening an issue on this! Feel free to contribute a pull request with this :)

simenandre commented 1 year ago

The first step is probably to change to this: https://github.com/PostHog/posthog-js-lite/tree/master/posthog-node

Due to this: https://github.com/PostHog/posthog-node

This is probably something we want in general to remove the posthog-node.d.ts file.

Are you up to the task, @pradel? 🚀

pradel commented 1 year ago

@simenandre we are removing nest.js from our app and don't use the package anymore 😢 Thanks for creating this package!