How send sourcemaps to sentry after nitro build ?
I already have sentry added on my app but looks like on frontend sourcemaos are sent, I think because we have 2 stage of build one for client side ( Vite ) and other for server side ( Nitro ) and after Vite build and I am using Sentry Vite Plugin, I saw that sentry sent the sourcemaps to cloud, but nothing happeing after Nitro build. Someone has some insights ?
1 Reply
ambitious-aqua•3mo ago
I have vite.config.ts set up like this, working fine in production build

