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.
Discord와 연동해 서버 오류가 발생하면 바로 discord에서 확인할 수 있는 기능을 추가했습니다.
✨ PR 유형
어떤 변경 사항이 있나요??
🛠️ 작업내용
FE, BE / BE끼리 소통을 위해 server error log를 공유할 수 있도록 Discord에 연결했습니다.
Spring boot에서 Error 레벨의 log가 발생하면 Discord로 전송할 수 있도록 구현했습니다.
Discord 정보 채널 -> back-error-log 채널에 전송할 수 있도록 Web hooking 했습니다.
Web hook url은 github repository secret variable로 등록했습니다.
변경 코드는 gitignore 파일이 대부분이라 노션에 업데이트 했으니 꼭 적용 부탁드립니다.
📋 추후 진행 상황
📌 리뷰 포인트
✅ Checklist
PR이 다음 요구 사항을 충족하는지 확인해주세요