Kartik V
Results
1
issues of
Kartik V
My build folder looks something like this: and my webpack config looks something like this: ``` if (!isDev) { const SentryWebpackPlugin = require("@sentry/webpack-plugin"); config.plugins.push( new SentryWebpackPlugin({ release: buildId, include: ".next",...