Süleyman

Results 2 comments of Süleyman

same here server/sentry.ts ```typescript export default defineNitroPlugin((nitroApp) => { const { public: { sentry } } = useRuntimeConfig() if (!sentry.dsn) { console.warn('Sentry DSN not set, skipping Sentry initialization') return }...

> [@suleyman](https://github.com/suleyman) are you using `@sentry/nuxt`? no, im using `@sentry/node` for serve-side, `@sentry/vue` for client-side