Skip to content

Commit

Permalink
chore: sentry 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol committed Jan 12, 2024
1 parent 4ce6d96 commit 47c5bf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ dependencies {
annotationProcessor "com.querydsl:querydsl-apt:5.0.0:jakarta"
annotationProcessor "jakarta.annotation:jakarta.annotation-api"
annotationProcessor "jakarta.persistence:jakarta.persistence-api"

// sentry
implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.1.0'
}
4 changes: 4 additions & 0 deletions api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ spring:

server:
port: 8080

sentry:
dsn: https://999e44a6495910742e8b4648b6335a77@o4506546396332032.ingest.sentry.io/4506558091689984
tracesSampleRate: 1.0

0 comments on commit 47c5bf5

Please sign in to comment.