Skip to content

Commit

Permalink
feat: sentry 설정 추가 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddingmin authored Jan 4, 2025
1 parent 3aae0f0 commit ed325ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
kotlin("plugin.spring") version "1.9.23"
kotlin("plugin.jpa") version "1.9.23"
id("com.google.cloud.tools.jib") version "3.4.2"
id ("io.sentry.jvm.gradle") version "4.14.1"
}

group = "com.depromeet"
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ server:
mime-types: text/html,text/plain,text/css,application/javascript,application/json
min-response-size: 1024

sentry:
dsn: ${SENTRY_DSN}
exception-resolver-order: -2147483647
max-request-body-size: always
send-default-pii: true

app:
url:
slack-webhook-url: ${SLACK_WEBHOOK_URL}
Expand Down

0 comments on commit ed325ad

Please sign in to comment.