Skip to content

Commit

Permalink
infra: sentry 임시 제거 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddingmin authored Jan 17, 2025
1 parent 6ce4e84 commit 415188b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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"
// id ("io.sentry.jvm.gradle") version "4.14.1"
}

group = "com.depromeet"
Expand Down
14 changes: 7 additions & 7 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ 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
logging:
minimum-event-level: info
#sentry:
# dsn: ${SENTRY_DSN}
# exception-resolver-order: -2147483647
# max-request-body-size: always
# send-default-pii: true
# logging:
# minimum-event-level: info

app:
url:
Expand Down

0 comments on commit 415188b

Please sign in to comment.