Skip to content

feat(nuxt): Added support for nuxt layers #16372

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

Merged

Conversation

Xenossolitarius
Copy link
Contributor

@Xenossolitarius Xenossolitarius commented May 23, 2025

Added ability to detect and import config files from the active nuxt layer with strategy of the most latest layer taking precedence. Included fallback behavior for good measure.

Rest of the config should be merged as it already is by c12 and defu.

Don't think this PR covers the git:repo based layers but those are generally not full supported as well in Nuxt 3 ecosystem.

Added basic tests

Resolves #14345

@Xenossolitarius Xenossolitarius changed the title feat(nuxt): Added support for nuxt layers (#14345) feat(nuxt): Added support for nuxt layers May 23, 2025
@mydea mydea requested a review from s1gr1d May 23, 2025 11:36
Copy link
Member

@s1gr1d s1gr1d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing this!

Make sure to run yarn fix:prettier in the root to fix the CI warnings.

@Xenossolitarius
Copy link
Contributor Author

Thank you, ok done

@s1gr1d s1gr1d merged commit 90f6619 into getsentry:develop May 28, 2025
33 checks passed
mydea pushed a commit that referenced this pull request May 28, 2025
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #16372

Co-authored-by: s1gr1d <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Nuxt] Look for SDK init files in Nuxt layers
2 participants