Skip to content

Commit 77e601a

Browse files
lcianbitsandfoxes
authored andcommitted
feat(java): document minimum supported versions for WebFlux support (#13360)
1 parent ecf2f31 commit 77e601a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/platforms/java/guides/spring-boot/webflux.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ description: "Learn more about using Spring WebFlux with Sentry."
55
---
66

77
Similar to Spring MVC, Sentry offers support for Spring WebFlux. When developing a reactive web application, Sentry Spring Boot Starter creates the infrastructure required for capturing errors triggered during HTTP request processing.
8+
9+
The minimum version of Spring Boot supported by the Sentry WebFlux integration is `v2.2.5.RELEASE`.

platform-includes/getting-started-primer/java.spring-boot.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
There are two variants of Sentry available for Spring Boot. If you're using our Gradle plugin it will pick the right dependency for you. If you're manually adding the dependency and using Spring Boot 2, use `sentry-spring-boot-starter` ([GitHub](https://github.com/getsentry/sentry-java/tree/main/sentry-spring-boot-starter)). If you're using Spring Boot 3, use `sentry-spring-boot-starter-jakarta` instead ([GitHub](https://github.com/getsentry/sentry-java/tree/main/sentry-spring-boot-starter-jakarta)).
44

55
Sentry's integration with [Spring Boot](https://spring.io/projects/spring-boot) supports Spring Boot 2.1.0 and above to report unhandled exceptions as well as release and registration of beans. If you're on an older version, use [our legacy integration](/platforms/java/legacy/spring/).
6+
The minimum version of Spring Boot supported by the Sentry WebFlux integration is, instead, 2.2.5.RELEASE.
67

78
The `sentry-spring-boot-starter` and `sentry-spring-boot-starter-jakarta` libraries enhance [Sentry Spring](/platforms/java/guides/spring/) to:
89

platform-includes/getting-started-primer/java.spring.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
There are two variants of Sentry available for Spring. If you're using Spring 5, use `sentry-spring` ([GitHub](https://github.com/getsentry/sentry-java/tree/master/sentry-spring)). If you're using Spring 6, use `sentry-spring-jakarta` instead ([GitHub](https://github.com/getsentry/sentry-java/tree/master/sentry-spring-jakarta)).
44

55
Sentry's integration with [Spring](https://spring.io/projects/spring-framework) supports Spring Framework 5.1.2 and above to report unhandled exceptions and optional user information. If you're on an older version, use [our legacy integration](/platforms/java/legacy/spring/).
6+
The minimum version of Spring Framework supported by the Sentry WebFlux integration is, instead, 5.2.4.
67

78
- Provides a [HandlerExceptionResolver](https://docs.spring.io/spring/docs/4.3.9.RELEASE/javadoc-api/org/springframework/web/servlet/HandlerExceptionResolver.html) to send unhandled exceptions to Sentry
89
- Attaches HTTP request information to every `SentryEvent` recorded within the scope of the request

0 commit comments

Comments
 (0)