-
Notifications
You must be signed in to change notification settings - Fork 197
feat: add nuxt support #2372
New issue
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
feat: add nuxt support #2372
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Size Change: 0 B Total Size: 4.82 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
17 files reviewed, 9 comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of comments but this is really promising
feat: add changeset feat: adjust error message feat: move cli to a dedicated export feat: revert fix: further revert feat: change cli utils export strategy feat: make call binary more generic feat: make call binary more generic feat: update changeset feat: pass nextjs without tests feat: add nuxt module feat: wip
|
@ablaszkiewicz thanks for the video - it was very helpful. Can I ask where you're getting the envID to use in the config? I'm seeing errors when building and trying to upload the sourcemaps |
|
@Chippd you can get it from the URL when you're on the posthog app website. |
|
@ablaszkiewicz cool thanks - I suspected it was the same as "Project ID" but this confirms it. |
This PR adds a support for nuxt. Nuxt has this thing in its ecosystem called modules. This is our nuxt module.
What it does:
posthog-jsand subscribes to vue error hook,posthog-nodeand subcribes to nitro error hook,I recorded this loom video to show how it works