sentry를 설치하고 다시 바셀에 릴리즈 version1.1을 배포하기 위해
yarn build를 하려고 하니 에러가 발생했다.
[에러메세지]
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
next.confing.js 파일은 웹팩 설정 파일인데 센트리를 깔고나서 이 설정을 withSentryConfig로 감싸주어야 한다고 한다.
yarn build할때 저 withSentryConfig가 적용이 되고 빌드한 파일이 센트리에 업로드가 되는 거라고 한다.
https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/
(공식문서 찾아보다가 발견한 해결법)
클라이언트 빌드 과정이나 서버 빌드과정에서 이 플러그인을 비활성화시키는 작업인것 같다.
요게 next.config 파일에서 수정한 코드
'🤪 뜨거운 맛 오류 일기' 카테고리의 다른 글
error = Cannot set headers after they are sent to the client 해결하기 (0) | 2023.05.11 |
---|---|
오류메시지 : SSL :CERTIFICATE_VERIFY_FAILED (0) | 2023.03.18 |
varcel module-not-found-error nextjs (next.js 바셀 배포하려고 하는데 뜬 에러) (0) | 2023.02.23 |
오류메세지 : Firebase App named '[DEFAULT]' already exists (app/duplicate-app) (0) | 2023.02.23 |
오류메세지 : FirebaseError: Firebase: Error (auth/invalid-api-key) (0) | 2023.02.23 |
댓글