Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
[WEAV-315] Sentry DSN 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
rilac1 committed Apr 29, 2024
1 parent 8f1757a commit 42306b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/http/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ springdoc:
swagger-ui:
enabled: true
sentry:
dsn: TODO(정현) 센트리 프로젝트 구성 후 적용
dsn: ${SENTRY_DSN}
environment: dev
---
spring:
Expand All @@ -62,5 +62,5 @@ spring:
compose:
enabled: false
sentry:
dsn: TODO(정현) 센트리 프로젝트 구성 후 적용)
dsn: ${SENTRY_DSN}
environment: prod

0 comments on commit 42306b6

Please sign in to comment.