We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03edbb commit e9aa548Copy full SHA for e9aa548
2 files changed
gradle/libs.versions.toml
@@ -32,7 +32,7 @@ retrofit = "2.9.0"
32
slf4j = "1.7.30"
33
springboot2 = "2.7.18"
34
springboot3 = "3.5.0"
35
-springboot4 = "4.0.0-RC2"
+springboot4 = "4.0.0"
36
# Android
37
targetSdk = "34"
38
compileSdk = "34"
sentry-spring-boot-4/src/test/kotlin/io/sentry/spring/boot4/SentrySpanRestClientCustomizerTest.kt
@@ -89,7 +89,6 @@ class SentrySpanRestClientCustomizerTest {
89
.disableAutomaticRetries() // Required to not make another request automatically
90
.build()
91
val requestFactory = HttpComponentsClientHttpRequestFactory(httpClient)
92
- requestFactory.setConnectTimeout(Duration.ofSeconds(2))
93
requestFactory.setConnectionRequestTimeout(Duration.ofSeconds(2))
94
it.requestFactory(requestFactory)
95
}
0 commit comments