You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey there,
i have started using sentry for app monitoring few days ago and after configuration i am unable to create a local build.
Build error occurred
Error: > Build failed because of webpack errors
at /Users/macbookair/Desktop/projects/(my project name)/node_modules/next/dist/build/index.js:397:19
at async Span.traceAsyncFn (/Users/macbookair/Desktop/projects/(my project name)/node_modules/next/dist/telemetry/trace/trace.js:60:20)
at async Object.build [as default] (/Users/macbookair/Desktop/projects/(my project name)/node_modules/next/dist/build/index.js:77:25)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: NODE_ENV=production NEXT_PUBLIC_APP_ENV=Z next build --debug
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
sentry: {
disableServerWebpackPlugin: true,
disableClientWebpackPlugin: true,
},
when i disable the sentry webpack plugin options the build gets successfully created but i couldnt get source maps on sentry dashboard
The text was updated successfully, but these errors were encountered:
maazrehman1
changed the title
sentry webpack error (project not found)
Build failed because of webpack errors
Aug 26, 2022
hey there,
i have started using sentry for app monitoring few days ago and after configuration i am unable to create a local build.
sentry: {
disableServerWebpackPlugin: true,
disableClientWebpackPlugin: true,
},
when i disable the sentry webpack plugin options the build gets successfully created but i couldnt get source maps on sentry dashboard
The text was updated successfully, but these errors were encountered: