Rafał Chłodnicki
Rafał Chłodnicki
Not really. If anyone knows how everything can be made to work in Nuxt 3 then feel free to contribute. The biggest problem might be with getting it to work...
One thing that would need to be figured out is publishing of releases which relies on a webpack plugin provided by Sentry right now. It won't work with Vite. As...
@asonnleitner appreciate the work and hope that we could use and/or merge those changes at some point. Though it's still not fully clear to me how the situation looks like...
> @rchl I think to make the plugin compatible with all nuxt2/bridge and 3 should not be an issue, but I am currently a bit tight with time so will...
Hmm, I've read that documentation and I'm confused as it doesn't seem to be saying anything to the effect of what this issue is saying. I do agree that we...
Ah, so it provides own `Sentry.init` that initializes the Vue integration automatically. That wasn't clear from that documentation page. The Vue integration options also become part of the `init` options...
I'm not sure what I would do with it if we are also not updating the settings at the same time :) The current master version already has breaking changes...
Sentry 7 actually [removes the `Vue` integration](https://github.com/getsentry/sentry-javascript/blob/50361b68d3b532e9a6b807e281922586a1e7ec76/MIGRATION.md#removal-of-old-platform-integrations-from-sentryintegrations-package) from `@sentry/integrations` so doing this makes even more sense. But it would make sense to do that as part of upgrading to Sentry...
Import it directly from `@sentry/node` - https://docs.sentry.io/platforms/node/guides/express/, if I understand you correctly.
I suppose one way to do it would be to create your own module that adds a plugin that overrides the error handler. That module would actually have to run...