Conversation
* chore: sentry 의존성 추가 * feat: sentry 세팅 * chore: 워크플로우 수정 및 vite 세팅 * chore: 임시 추가
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
📝 WalkthroughWalkthroughSentry 에러 모니터링 및 성능 추적을 프로젝트에 통합합니다. CI 워크플로우에 시크릿 검증 단계를 추가하고, package.json에 \@sentry/react와 \@sentry/vite-plugin을 포함시킵니다. src/config/sentry.ts 설정 파일을 생성하여 환경변수 기반 초기화를 구현하고, App.tsx와 main.tsx에 Sentry 래퍼를 적용합니다. vite.config.ts에서 소스맵 업로드를 조건부로 구성하며, global.d.ts에 환경변수 타입을 정의합니다. Possibly related issues
Possibly related PRs
✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: sentry 의존성 추가
feat: sentry 세팅
chore: 워크플로우 수정 및 vite 세팅
chore: 임시 추가
Summary by CodeRabbit
Release Notes
New Features
Chores