File tree Expand file tree Collapse file tree
sentry-samples-spring-boot-4-opentelemetry-noagent
sentry-samples-spring-boot-4-opentelemetry
sentry-samples-spring-boot-4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ springboot4-starter-webclient = { module = "org.springframework.boot:spring-boot
202202springboot4-starter-jdbc = { module = " org.springframework.boot:spring-boot-starter-jdbc" , version.ref = " springboot4" }
203203springboot4-starter-actuator = { module = " org.springframework.boot:spring-boot-starter-actuator" , version.ref = " springboot4" }
204204springboot4-starter-cache = { module = " org.springframework.boot:spring-boot-starter-cache" , version.ref = " springboot4" }
205+ springboot4-starter-kafka = { module = " org.springframework.boot:spring-boot-starter-kafka" , version.ref = " springboot4" }
205206timber = { module = " com.jakewharton.timber:timber" , version = " 4.7.1" }
206207
207208# Animalsniffer signature
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959 implementation(projects.sentryAsyncProfiler)
6060
6161 // kafka
62- implementation(libs.spring.kafka4 )
62+ implementation(libs.springboot4.starter.kafka )
6363 implementation(projects.sentryKafka)
6464
6565 // database query tracing
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
6060 implementation(libs.otel)
6161
6262 // kafka
63- implementation(libs.spring.kafka4 )
63+ implementation(libs.springboot4.starter.kafka )
6464 implementation(projects.sentryKafka)
6565
6666 // cache tracing
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
6262 implementation(libs.caffeine)
6363
6464 // kafka
65- implementation(libs.spring.kafka4 )
65+ implementation(libs.springboot4.starter.kafka )
6666 implementation(projects.sentryKafka)
6767
6868 // database query tracing
You can’t perform that action at this time.
0 commit comments