Skip to content

Commit

Permalink
Add a few more sentry dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed May 20, 2024
1 parent d5dcd17 commit 6e983b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ dependencies {
implementation 'com.google.oauth-client:google-oauth-client-jetty:1.36.0'
implementation 'com.google.apis:google-api-services-drive:v3-rev20240327-2.0.0'

implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.6.0'
implementation 'io.sentry:sentry-logback:7.6.0'

compileOnly 'org.projectlombok:lombok'

developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down

0 comments on commit 6e983b8

Please sign in to comment.