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

[CHORE] Sentry 설정 및 Discord 알람 설정 코드 변경 #245

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

unanchoi
Copy link
Contributor

Related issue 🚀

Work Description 💚

  • Discord 알람 설정에 Content-Type 헤더를 추가했습니다.
  • Sentry 설정을 추가했습니다.
    • environment는 Production은 prod, Develop은 dev로 각각 설정했습니다!

@unanchoi unanchoi added CHORE 설정, 배포 관련 UNAN🐻 Unan 작업 labels Mar 23, 2024
@unanchoi unanchoi requested a review from thguss March 23, 2024 13:09
@unanchoi unanchoi self-assigned this Mar 23, 2024
Copy link
Member

@thguss thguss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~
dev, prod 분리도 감사해요 :)

@@ -26,6 +27,7 @@ public void send(final String content, final DiscordAlarmCase alarmCase) {
val restClient = RestClient.create();
restClient.post()
.uri(webHookUri(alarmCase))
.header(CONTENT_TYPE, "application/json; UTF-8")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

application/json; UTF-8 요것도 ENUM 값이 없을까요!? application/json은 있었던 것 같아 일단 리뷰 남겨둡니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enum은 없고 각각의 +로 표현할 수 있는 것 같아서, 상수로 선언해두겠습니다 ~

@unanchoi unanchoi merged commit 1f62af0 into develop Mar 27, 2024
1 check passed
@unanchoi unanchoi deleted the chore_#244 branch March 27, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CHORE 설정, 배포 관련 UNAN🐻 Unan 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE] Sentry 설정
2 participants