Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-mail'
implementation 'org.springframework:spring-context:5.3.19'

// sentry
implementation 'io.sentry:sentry-spring-boot-starter:6.25.2'

compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ jwt:
springdoc:
default-consumes-media-type: application/json
default-produces-media-type: application/json

sentry:
dsn: ENC(apptDZq3vkbxbEiaNA8nYlrq6qjcyL5iaiWIqiay0ukqN4PY9ISazFdZaPgKcf2afLEp8sCjRAxWGJQ0Ok6nza+BgcoiENphrUIpS8n41P88WOzazN22S1jgVl1jvuFPuJsaq+JNMOA=)
# Set traces-sample-rate to 1.0 to capture 100% of transactions for performance monitoring.
# We recommend adjusting this value in production.
traces-sample-rate: 1.0