Fahmi Elfituri

Results 3 comments of Fahmi Elfituri

it happened to my project too. when sentry is capturing errors and an error occurs, the application crashes completely. while without sentry the project continue to work normally

My workaround to fix this issue. of course you need to copy the utils from `/vendor/components` in this repo ``` export default defineNuxtPlugin((nuxtApp) => { Sentry.init({ app: nuxtApp.vueApp }) nuxtApp.vueApp.config.errorHandler...