We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to initialize posthog-node on Node v23.7.0 and getting this error.
v23.7.0
import {PostHog} from "posthog-node"; const posthog = {}; new PostHog(process.env.NEXT_PUBLIC_POSTHOG_KEY, { host: process.env.NEXT_PUBLIC_POSTHOG_HOST, });
Also I am using this with NextJS. Following the instructions here: https://vercel.com/guides/posthog-nextjs-vercel-feature-flags-analytics#3.-using-posthog-with-react-server-components
The text was updated successfully, but these errors were encountered:
Same issue on 22.10.0
22.10.0
Sorry, something went wrong.
No branches or pull requests
Bug description
Trying to initialize posthog-node on Node v23.7.0 and getting this error.
How to reproduce
v23.7.0
Related sub-libraries
Additional context
Also I am using this with NextJS. Following the instructions here:
https://vercel.com/guides/posthog-nextjs-vercel-feature-flags-analytics#3.-using-posthog-with-react-server-components
The text was updated successfully, but these errors were encountered: