Sentry CLI Plugin Error

Finn·2021년 5월 30일
0

문제해결

목록 보기
2/3

개요

Sentry 작업 중 Github Actions에서 찍힌 에러 로그이며, 해결방법을 작성했습니다.

문제

Github Actions를 통해 CD 배포 중 마주쳤던 오류입니다.

Sentry CLI Plugin: Command failed: /app/node_modules/@sentry/cli/sentry-cli releases set-commits project-name@xxx..xxx --commit project-name@xxx....xxx error: Unknown repo 'project-name'

원인

현재 프로젝트가 private으로 설정되어있다면, Sentry는 해당 프로젝트를 알 수 없습니다.

해결방법

  1. Github에 연동된 Sentry 앱 설정에서 레포지토리를 추가합니다.
  2. Sentry의 Github 연동 관리 설정에서 레포지토리를 추가합니다.
    • Settings > Integrations > GitHub > Add Installation

참고

profile
소통을 좋아하는 프론트엔드 개발자 🙈

0개의 댓글