Nuxt 3 compatibility
See original GitHub issueWith nuxt 3 out in beta, it would be nice if this module can be updated so it also supports v3.
It should be possible to support both by using @nuxt/kit
.
The version 3 has said it’s compatible with v2 modules but I’m seem to be experiencing issues. Is it might be because this module not using the lastest dependencies?
If this in fact meant to be working with v3, are there any way to ensure that fact with tests?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:12
- Comments:32 (9 by maintainers)
Top Results From Across the Web
Nuxt 3 is here! What does that mean for you? | Vue Mastery
Nuxt 3 also comes with Vite support, which is backwards compatible with Nuxt 2. Vite is a build tool that aims to provide...
Read more >Compatibility with Nuxt 3? · Issue #1805 - GitHub
Nuxt2 used to have a lot of auth questions too (regarding that same module), and I've answered quite a lot of them for...
Read more >What's new in Nuxt 3 - LogRocket Blog
Nuxt 3 now includes Nuxt Bridge, a forward-compatibility layer that enables you to access many of the new Nuxt 3 features by simply...
Read more >What's New With Nuxt 3 - Teknasyon Engineering
Nuxi (Nuxt CLI) helps you create new projects with zero effort. It's also backwards compatible, so you can still enjoy some of its...
Read more >A community-built compatibility guide for Nuxt 3 modules
owlnai/isnuxt3ready, Is Nuxt 3 ready? Your best up-to-date guide for the compatibility for Nuxt 3 modules. Built using Nuxt 3 and WindiCSS.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have written the following Nuxt 3 plugin which seems to be working fairly well for me. Note that Sentry’s SDK doesn’t seem to play well with the native Vue error event handler when
logErrors: true
is set during Sentry init; however i’ve added a simple console.error in thebeforeSend
hook so I can still see my errors in dev.For anyone else using Nuxt 3 that this may be useful for…
publicRuntimeConfig.SENTRY_DSN
innuxt.config.ts
, or define it manually. See other options i’ve sourced from runtime config below, too. Setting DSN is required; other options will fall back to defaults.https://twitter.com/nuxt_js/status/1590312836412379137
Nuxt has been mentioned as nearly-stable, and will be released as stable in the coming weeks.
+1 For nuxt 3 Support on Sentry