File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
sentry-spring-boot-4/src/test/kotlin/io/sentry/spring/boot4 Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ retrofit = "2.9.0"
3232slf4j = " 1.7.30"
3333springboot2 = " 2.7.18"
3434springboot3 = " 3.5.0"
35- springboot4 = " 4.0.0-RC2 "
35+ springboot4 = " 4.0.0"
3636# Android
3737targetSdk = " 34"
3838compileSdk = " 34"
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ class SentrySpanRestClientCustomizerTest {
8989 .disableAutomaticRetries() // Required to not make another request automatically
9090 .build()
9191 val requestFactory = HttpComponentsClientHttpRequestFactory (httpClient)
92- requestFactory.setConnectTimeout(Duration .ofSeconds(2 ))
9392 requestFactory.setConnectionRequestTimeout(Duration .ofSeconds(2 ))
9493 it.requestFactory(requestFactory)
9594 }
You can’t perform that action at this time.
0 commit comments