-
-
Notifications
You must be signed in to change notification settings - Fork 58
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(nuxt): Add Nuxt menu option and install SDK #711
Conversation
|
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.
In this state, this PR does more bad than good. Let's only merge once the wizard actually does a functioning SDK setup.
@lforst merge target is an "epic" branch. |
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.
@Lms24 updated to cyan |
* feat(nuxt): Add Nuxt menu option and install SDK * Mark sentry dot env file in cyan color
* feat(nuxt): Add Nuxt menu option and install SDK (#711) * feat(nuxt): Add Nuxt menu option and install SDK * Mark sentry dot env file in cyan color * feat(nuxt): Add sdk module to nuxt config and create client and server config files (#713) * feat(nuxt): Add sdk module to nuxt config and create client and server config files * Log snippets when user denies overwriting their configs * feat(nuxt): Add example page/component creation and final messaging (#717) * feat(nuxt): Add nuxt 3 and 4 e2e test apps (#718) * feat(nuxt): Add nuxt-3 e2e tests * Add nuxt-3 e2e tests * Add describe level * Add nuxt-4 e2e test app * Add nuxt 4 e2e test app * Remove leaking test helper * change client source map to hidden * add scoped styles * Add fallback in case magicast can't parse/modify the nuxt config * change min version to 3.7.0 * Update src/nuxt/sdk-setup.ts Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io> --------- Co-authored-by: s1gr1d <sigrid.huemer@posteo.at> Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
Tested locally with a Nuxt app. Will add tests and e2e tests #710.
#skip-changelog
Closes: #706