Skip to content

Commit 8ea9d7a

Browse files
committed
feat: Sentry 설정 추가
1 parent 36c499a commit 8ea9d7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/application-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ spring:
2020
jdbc:
2121
time_zone: Asia/Seoul
2222

23+
sentry:
24+
dsn: ${SENTRY_DSN}
25+
traces-sample-rate: 1.0
26+
2327
management:
2428
endpoints:
2529
web:

0 commit comments

Comments
 (0)