Skip to content

Commit c43398e

Browse files
committed
refactor: 최소 설정으로 Sentry 연결
1 parent b0df207 commit c43398e

File tree

6 files changed

+657
-0
lines changed

6 files changed

+657
-0
lines changed

.env.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ POSTGRES_PORT=5432
2424
# ETC
2525
SLACK_WEBHOOK_URL=https://hooks.slack.com/services
2626
SLACK_CLIENT_SECRET=374708bedd34ae70f814471ff24db7dedc4b9bee06a7e8ef9255a4f6c8bd9049 # 실제 키를 사용하세요
27+
SLACK_DSN=https://ingest.us.sentry.io

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"author": "",
2525
"license": "ISC",
2626
"dependencies": {
27+
"@sentry/node": "^9.36.0",
2728
"axios": "^1.7.8",
2829
"class-transformer": "^0.5.1",
2930
"class-validator": "^0.14.1",

0 commit comments

Comments
 (0)