Closed
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser
-
@sentry/node
-
raven-js
-
raven-node
(raven for node) - other:
@sentry/nextjs
Version:
6.10.0
Description
My project has distDir
configured. The build shows an error for sentry:
error: .next/: IO error for operation on .next/: No such file or directory (os error 2)
The build passes when I remove the distDir
(but I need it).