Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(에러 로깅 구축): 1.2.0 #271

Merged
merged 5 commits into from
Jan 3, 2023
Merged

release(에러 로깅 구축): 1.2.0 #271

merged 5 commits into from
Jan 3, 2023

Conversation

softpeanut
Copy link
Member

작업 내용 설명

  • Sentry로 에러 로깅
  • Slack으로 알림 전송

주요 변경 사항

  • application.yml에 sentry 설정 추가

체크리스트

  • 어플리케이션 구동(혹은 테스트)시 오류는 없나요?
  • 생성된 코드에 Javadoc 주석을 추가 하였나요?
  • 생성된 코드에 대한 테스트 코드가 작성 되었나요?

관련 이슈

@softpeanut softpeanut added the feat 새로운 기능을 추가 할 경우 label Jan 3, 2023
@softpeanut softpeanut self-assigned this Jan 3, 2023
@softpeanut softpeanut temporarily deployed to dev January 3, 2023 06:20 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Jan 3, 2023

Codecov Report

Merging #271 (b73537b) into main (6c24391) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #271      +/-   ##
============================================
- Coverage     41.51%   41.48%   -0.04%     
  Complexity      356      356              
============================================
  Files           234      234              
  Lines          2553     2555       +2     
  Branches        104      104              
============================================
  Hits           1060     1060              
- Misses         1489     1491       +2     
  Partials          4        4              
Impacted Files Coverage Δ
...eam/comit/simtong/global/filter/ExceptionFilter.kt 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c24391...b73537b. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Jan 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@softpeanut softpeanut merged commit 067cf46 into main Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능을 추가 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error Logging 시스템 구축하기
2 participants